forked from pool/u-boot
7b56261a82
- Enhance pre_checkin.sh script to handle arch restrictions - Fix builds : * 'tools' target is now 'tools-only' * kermit scripts moved from 'tools/scripts' to 'tools/kermit/' * Enhanced pre_checkin.sh script to handle uppercases in config name * Renamed config from cubieboard to Cubieboard * Renamed config from cubieboard2 to Cubieboard2 * Renamed config from hyundai_a7hd to Hyundai_A7HD * Renamed config from mele_a1000 to Mele_A1000 - Add vexpress_aemv8a board - Update to v2014.04 * Update mlo-ext2.patch * Update mx53loco-bootscr.patch * Update origen-ext2.patch * Dropped v2014.01-sunxi.patch and created v2014.04-sunxi.patch by diffing u-boot-2014.04 with u-boot-sunxi.git d9fe0a1e061e2bde6c24a0f7cef4f5023f3bd579 * Update rpi_b-bootscr.patch * Drop gnuhash.patch (upstreamed) - Enhance pre_checkin.sh script to handle arch restrictions - Fix builds : * 'tools' target is now 'tools-only' * kermit scripts moved from 'tools/scripts' to 'tools/kermit/' * Enhanced pre_checkin.sh script to handle uppercases in config name * Renamed config from cubieboard to Cubieboard OBS-URL: https://build.opensuse.org/request/show/234407 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=25
21 lines
542 B
Diff
21 lines
542 B
Diff
--- 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
|
|
|