summaryrefslogtreecommitdiff
path: root/package/u-boot-avr32/files/boot.script.bpi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-17 20:24:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-17 20:25:13 +0200
commit18f01ece1b4915d8ddc400abcb48a8123a1ea863 (patch)
tree1b1738cb35ec51ebd45e39369ba0a4c4e03ff144 /package/u-boot-avr32/files/boot.script.bpi
parentef32829062c1e25705502d49f28c34dbf263f3d0 (diff)
u-boot-avr32: add latest u-boot with avr32 support
Diffstat (limited to 'package/u-boot-avr32/files/boot.script.bpi')
-rw-r--r--package/u-boot-avr32/files/boot.script.bpi4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/u-boot-avr32/files/boot.script.bpi b/package/u-boot-avr32/files/boot.script.bpi
new file mode 100644
index 000000000..754c43dba
--- /dev/null
+++ b/package/u-boot-avr32/files/boot.script.bpi
@@ -0,0 +1,4 @@
+setenv bootargs console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait
+ext4load mmc 0:1 0x42000000 boot/${fdtfile}
+ext4load mmc 0:1 0x48000000 boot/kernel
+bootm 0x48000000 - 0x42000000