[PATCH v3 1/5] spl: Kconfig: Add missing SPL_LOAD_BLOCK for SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE

Chee, Tien Fong tienfong.chee at altera.com
Mon Dec 15 05:51:54 CET 2025


On 12/12/2025 12:34 am, Jan Kiszka wrote:
> [CAUTION: This email is from outside your organization. Unless you trust the sender, do not click on links or open attachments as it may be a fraudulent email attempting to steal your information and/or compromise your computer.]
>
> From: Jan Kiszka <jan.kiszka at siemens.com>
>
> 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 at siemens.com>
> ---
>   common/spl/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> 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
> --
> 2.51.0


Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>

Best regards,
Tien Fong



More information about the U-Boot mailing list