diff options
author | Tom Rini | 2022-05-28 17:21:03 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:29 -0400 |
commit | 103d1aecb0b9e48955d4cd90aa3dbc0a22a1fab9 (patch) | |
tree | 3c9aaff648980a26b0a4a799a6730ac4a3617e5d /configs/omap3_logic_somlv_defconfig | |
parent | 5fc1d581762724b03ad0be86aaa76c0005d92b1a (diff) |
Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR
CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_logic_somlv_defconfig')
-rw-r--r-- | configs/omap3_logic_somlv_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap3_logic_somlv_defconfig b/configs/omap3_logic_somlv_defconfig index aee7589b9c3..97cdc9491d3 100644 --- a/configs/omap3_logic_somlv_defconfig +++ b/configs/omap3_logic_somlv_defconfig @@ -40,6 +40,8 @@ CONFIG_SYS_SPL_ARGS_ADDR=0x84000000 CONFIG_SYS_NAND_SPL_KERNEL_OFFS=0x280000 CONFIG_SPL_FALCON_BOOT_MMCSD=y CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x1700 +CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR=0x1500 +CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS=0x200 # CONFIG_SPL_POWER is not set CONFIG_SYS_PROMPT="OMAP Logic # " CONFIG_SYS_MAXARGS=64 |