diff options
author | Adam Ford <aford173@gmail.com> | 2019-11-13 07:42:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-05 10:28:39 -0500 |
commit | 81b564353dfbe1360649292b719c8099403e1b28 (patch) | |
tree | 489f1da8a0256f3c5d4794fec02e7cf92ea959e9 /configs/da850evm_defconfig | |
parent | d3e97b53c1f2464f4898226de7d89abf242e4aa8 (diff) | |
download | u-boot-81b564353dfbe1360649292b719c8099403e1b28.tar.gz |
ARM: da850-evm: Disable SYS_MMCSD_RAW_MODE_USE_SECTOR
The da850-evm doesn't have the boot pins configured in a way
to make MMC/SD booting an option, and MMC/SD support is not
enabled in SPL. Therefore, there is no need to support raw mode
mmc/sd support in SPL.
This patch disables CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/da850evm_defconfig')
-rw-r--r-- | configs/da850evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index 5ff2360a39..b07c4b0d6d 100644 --- a/configs/da850evm_defconfig +++ b/configs/da850evm_defconfig @@ -26,6 +26,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x8000 CONFIG_HUSH_PARSER=y |