u-boot/rpi_b-bootscr.patch
Stephan Kulow 8f7646648a Accepting request 213168 from Base:System
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
2014-01-08 19:09:39 +00:00

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" \
\