u-boot/fix_bootpart_snow_only.patch

14 lines
480 B
Diff
Raw Normal View History

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