summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rpi-u-boot-scr/files/raspberrypi/boot.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/rpi-u-boot-scr/files/raspberrypi/boot.cmd')
-rw-r--r--recipes-bsp/rpi-u-boot-scr/files/raspberrypi/boot.cmd6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-bsp/rpi-u-boot-scr/files/raspberrypi/boot.cmd b/recipes-bsp/rpi-u-boot-scr/files/raspberrypi/boot.cmd
deleted file mode 100644
index c86c758..0000000
--- a/recipes-bsp/rpi-u-boot-scr/files/raspberrypi/boot.cmd
+++ /dev/null
@@ -1,6 +0,0 @@
1setenv fdtfile bcm2708-rpi-b.dtb
2setenv bootargs 'earlyprintk console=tty0 console=ttyAMA0 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait noinitrd'
3mmc dev 0
4fatload mmc 0:1 ${kernel_addr_r} uImage
5fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}
6bootm ${kernel_addr_r} - ${fdt_addr_r}