summaryrefslogtreecommitdiff
path: root/configs/imx28_xea_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-29 00:21:03 +0300
committerTom Rini <trini@konsulko.com>2022-06-06 19:09:29 +0300
commit103d1aecb0b9e48955d4cd90aa3dbc0a22a1fab9 (patch)
tree3c9aaff648980a26b0a4a799a6730ac4a3617e5d /configs/imx28_xea_defconfig
parent5fc1d581762724b03ad0be86aaa76c0005d92b1a (diff)
downloadu-boot-103d1aecb0b9e48955d4cd90aa3dbc0a22a1fab9.tar.xz
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/imx28_xea_defconfig')
-rw-r--r--configs/imx28_xea_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig
index 37233bafad..1537e8361f 100644
--- a/configs/imx28_xea_defconfig
+++ b/configs/imx28_xea_defconfig
@@ -48,6 +48,8 @@ CONFIG_SPL_OS_BOOT=y
CONFIG_SYS_SPL_ARGS_ADDR=0x44000000
CONFIG_SPL_FALCON_BOOT_MMCSD=y
CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x800
+CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR=0x400
+CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS=0x40
CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_SPI_U_BOOT_OFFS=0x10000
CONFIG_SPL_YMODEM_SUPPORT=y