forked from pool/u-boot
886f663d28
- Added support for A20-OLinuXIno-LIME2 and A10-OLinuXino-LIME from www.olimex.com - Rename XLOADER to OMAP_SPL in pre_checkin.sh and u-boot.spec.in - Update to 2015.01-rc3 * Drop upstreamed/unneeded patches: - 0001-exynos-Enable-config_distro_defaults.h.patch - 0002-exynos5-Use-config_distro_bootcmd.h.patch - boot_mode_fallback.patch - fix_snow_usb_support - fix_spl_ext.patch - fix_arm_hf_toolchain.patch - origen-ext2.patch * Update patch: - fix_snow_config.patch * Follow upstream: rpi_b config renamed to rpi - Update snow (chromebook) * Update patch: - fix_snow_config.patch patch * Add patches: - add_snow_usb_boot.patch to be able to boot from USB0 - fix_bootpart_snow_only.patch to boot on partition #2 (snow only!) * Backport patches: - fix_snow_usb_support.patch to fix USB on snow - 0001-exynos-Enable-config_distro_defaults.h.patch - 0002-exynos5-Use-config_distro_bootcmd.h.patch * Drop unneeded/obsolete patches: - fix_exynos5_text_base.patch OBS-URL: https://build.opensuse.org/request/show/265381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=37
14 lines
480 B
Diff
14 lines
480 B
Diff
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
|
index be616e8..a4d20bd 100644
|
|
--- a/include/config_distro_bootcmd.h
|
|
+++ b/include/config_distro_bootcmd.h
|
|
@@ -163,7 +163,7 @@
|
|
"boot_prefixes=/ /boot/\0" \
|
|
"boot_scripts=boot.scr.uimg boot.scr\0" \
|
|
BOOTENV_BOOT_TARGETS \
|
|
- "bootpart=1\0" \
|
|
+ "bootpart=2\0" \
|
|
\
|
|
"boot_extlinux=" \
|
|
"sysboot ${devtype} ${devnum}:${bootpart} any " \
|