update to 2025.10 with 2.14 ATF

This commit is contained in:
2025-11-30 08:55:03 +01:00
parent b171f1e707
commit 096422fc70
6 changed files with 18 additions and 44 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
if [[ ! -x /usr/bin/mkimage ]]; then
echo "mkimage not found. Please install uboot-tools:"
echo " pacman -S uboot-tools"
exit 1
fi
mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr