diff options
author | Fabio Estevam | 2018-06-18 12:57:35 -0300 |
---|---|---|
committer | Stefano Babic | 2018-06-27 09:54:11 +0200 |
commit | 02bbe2aaa28fe2dde79b6d0e9ed5ed8963f79a8b (patch) | |
tree | 27f277b64e2b0bad4de6e9fbbecf7e4f90ef1e68 /configs/cl-som-imx7_defconfig | |
parent | 18053a8505d353336ae784d70a52e1f96f8bae7e (diff) |
cl-som-imx7: Remove CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
Since commit 1da1938d57b3 ("spl: Add default values for ARCH_MX7")
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is selected by default on
i.MX7 platforms, so remove it from the board defconfig.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/cl-som-imx7_defconfig')
-rw-r--r-- | configs/cl-som-imx7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/cl-som-imx7_defconfig b/configs/cl-som-imx7_defconfig index 6d403eed7ad..38be7dbe7e5 100644 --- a/configs/cl-som-imx7_defconfig +++ b/configs/cl-som-imx7_defconfig @@ -17,7 +17,6 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_SPI_BOOT=y CONFIG_BOOTDELAY=3 CONFIG_SPL_BOARD_INIT=y -CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x80 CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SPI_LOAD=y |