8f7646648a
fix am335x patch to look for bootscript in proper place (forwarded request 213166 from matwey) OBS-URL: https://build.opensuse.org/request/show/213168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=18
14 lines
423 B
Diff
14 lines
423 B
Diff
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" \
|
|
\
|