diff options
| author | Jan Kiszka <[email protected]> | 2025-12-11 17:34:55 +0100 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-12-17 18:50:31 +0800 |
| commit | a47b1e165e69418ef66fe74b32b2df170fe68907 (patch) | |
| tree | 8bdcf67e72c133212719c457c0f59127d20f0b3a /common/spl | |
| parent | 136d750c2ed00e11d1acf571fe59f7f4d389f826 (diff) | |
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 <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'common/spl')
| -rw-r--r-- | common/spl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 3b7b6cafef8..142cdb34cd5 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -573,6 +573,7 @@ config SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION config SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE bool "MMC raw mode: by partition type" + select SPL_LOAD_BLOCK depends on DOS_PARTITION help Use partition type for specifying U-Boot partition on MMC/SD in |
