From 89ec11b8ecdcd04568d105c8e4703c0e68960c08 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Jul 2015 14:09:53 +0200 Subject: update u-boot to latest stable release --- scripts/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 74cbaabc9..30c4449a8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -563,10 +563,9 @@ case $target { [[ -e "$x" ]] && cp "$fwdir"/*.dtb "$R/boot/" break done - #Scrip für uboot erstellen mkimage -A arm -O linux -T script -C none -a 0 -e 0 \ - -n "BananaPro" \ - -d $fwdir/boot.script.bpi $R/boot/boot.scr.uimg + -n "BananaPro" \ + -d $fwdir/boot.script.bpi $R/boot/boot.scr.uimg ;; } -- cgit v1.2.3