summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rpi-u-boot-scr/files/boot.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/rpi-u-boot-scr/files/boot.cmd')
-rw-r--r--recipes-bsp/rpi-u-boot-scr/files/boot.cmd3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-bsp/rpi-u-boot-scr/files/boot.cmd b/recipes-bsp/rpi-u-boot-scr/files/boot.cmd
deleted file mode 100644
index 2e8452e..0000000
--- a/recipes-bsp/rpi-u-boot-scr/files/boot.cmd
+++ /dev/null
@@ -1,3 +0,0 @@
1fdt addr ${fdt_addr} && fdt get value bootargs /chosen bootargs
2fatload mmc 0:1 ${kernel_addr_r} uImage
3bootm ${kernel_addr_r} - ${fdt_addr}