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 /package/u-boot/files | |
parent | 340af0c1c0301e53a0a9956b238794694eaa8468 (diff) |
update u-boot to latest stable release
Diffstat (limited to 'package/u-boot/files')
-rw-r--r-- | package/u-boot/files/boot.script.bpi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/u-boot/files/boot.script.bpi b/package/u-boot/files/boot.script.bpi new file mode 100644 index 000000000..0e7d9cd95 --- /dev/null +++ b/package/u-boot/files/boot.script.bpi @@ -0,0 +1,4 @@ +setenv bootargs console=ttyS0 root=/dev/mmcblk0p1 +ext4load mmc 0:1 0x42000000 boot/${fdtfile} +ext4load mmc 0:1 0x48000000 boot/kernel +bootz 0x48000000 - 0x42000000 |