commit | d76542c79d9b30a939cf1e165f6c5f8c9bfe738a | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Nov 13 07:42:00 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 05 10:28:39 2019 -0500 |
tree | 489f1da8a0256f3c5d4794fec02e7cf92ea959e9 | |
parent | 8e0b77c744512904f9f87dab02ce8f06015c3959 [diff] |
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>