commit | 81b564353dfbe1360649292b719c8099403e1b28 | [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 | d3e97b53c1f2464f4898226de7d89abf242e4aa8 [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>