]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Kconfig: Add missing SPL_LOAD_BLOCK for SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 11 Dec 2025 16:34:55 +0000 (17:34 +0100)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 17 Dec 2025 10:50:31 +0000 (18:50 +0800)
commita47b1e165e69418ef66fe74b32b2df170fe68907
tree8bdcf67e72c133212719c457c0f59127d20f0b3a
parent136d750c2ed00e11d1acf571fe59f7f4d389f826
spl: Kconfig: Add missing SPL_LOAD_BLOCK for SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE

We need to explicitly select SPL_LOAD_BLOCK when USE_PARTITION_TYPE is
enabled, just like the other choices do.

Fixes: 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
common/spl/Kconfig