SHA256
1
0
forked from pool/u-boot
u-boot/rpi_b-bootscr.patch

14 lines
423 B
Diff
Raw Normal View History

Index: u-boot-2013.10/include/configs/rpi_b.h
===================================================================
--- u-boot-2013.10.orig/include/configs/rpi_b.h
+++ u-boot-2013.10/include/configs/rpi_b.h
@@ -131,7 +131,7 @@
\
"script_boot=" \
"if fatload ${devtype} ${devnum}:1 " \
- "${scriptaddr} boot.scr.uimg; then " \
+ "${scriptaddr} boot.scr; then " \
"source ${scriptaddr}; " \
"fi;\0" \
\