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

21 lines
542 B
Diff
Raw Normal View History

--- include/configs/rpi_b.h.orig 2014-04-29 14:35:55.019326981 +0200
+++ include/configs/rpi_b.h 2014-04-29 14:40:56.671158881 +0200
@@ -147,7 +147,7 @@
#define BOOT_TARGETS_MMC "mmc0"
#define BOOTCMDS_COMMON \
- "rootpart=1\0" \
+ "rootpart=2\0" \
\
"do_script_boot=" \
"load ${devtype} ${devnum}:${rootpart} " \
@@ -189,7 +189,7 @@
\
"boot_prefixes=/\0" \
\
- "boot_scripts=boot.scr.uimg\0" \
+ "boot_scripts=boot.scr boot.scr.uimg\0" \
\
BOOTCMDS_MMC