diff options
| author | Elena Popa <[email protected]> | 2023-08-08 16:42:15 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-17 16:39:20 -0400 |
| commit | 86b1aad5411c78f68af6b1d0b28b3c6d78b95ce1 (patch) | |
| tree | 07c3414ba7c18fb8e57fb2442b54c82e1937643d /include/linux/linux_string.h | |
| parent | 02660defdc8a5c6de9dd203c6f8082861475d5d4 (diff) | |
spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/linux/linux_string.h')
0 files changed, 0 insertions, 0 deletions
