diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-26 14:09:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-26 14:10:05 +0200 |
commit | 89ec11b8ecdcd04568d105c8e4703c0e68960c08 (patch) | |
tree | 402619e228cc84d3ecdef59a629ee33af6e98695 /scripts | |
parent | 340af0c1c0301e53a0a9956b238794694eaa8468 (diff) |
update u-boot to latest stable release
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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 ;; } |