[PATCH] spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR

Tom Rini trini at konsulko.com
Fri Aug 18 19:50:10 CEST 2023


On Tue, Aug 08, 2023 at 04:42:15PM +0300, Elena Popa wrote:

> When Falcon Mode is enabled, SPL needs to check the value of
> CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR. Unfortunately, it was using the
> CONFIG_VAL(SYS_MMCSD_RAW_MODE_ARGS_SECTOR) which converts it into
> CONFIG_SPL_SYS_MMCSD_RAW_MODE_ARGS_SECTOR when CONFIG_SPL_BUILD is
> enabled. CONFIG_SPL_SYS_MMCSD_RAW_MODE_ARGS_SECTOR does not exist in
> common/spl/Kconfig. Replaced with
> defined(CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR).
> 
> Signed-off-by: Elena Popa <elena.popa at nxp.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230818/5a470892/attachment.sig>


More information about the U-Boot mailing list