summaryrefslogtreecommitdiff
path: root/package/u-boot-avr32/files/boot.script.bpi
diff options
context:
space:
mode:
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