summaryrefslogtreecommitdiff
path: root/configs/da850evm_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-07-26 18:31:13 -0500
committerTom Rini <trini@konsulko.com>2019-07-31 13:08:07 -0400
commit3cdecb341e0a1507910601b14ae2a5f81f86d1d3 (patch)
tree8bcfa3b88b9e9f1d273b855dba6ca1029d8ae973 /configs/da850evm_defconfig
parentef97842b43efe98fcfa251b668b52e82ed1e5ff7 (diff)
ARM: da850-evm: Replace CMD_SF with CMD_MTD
This patch enables MTD and CMD_MTD and it works with SPI NOR, so the older CMD_SF can be removed. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/da850evm_defconfig')
-rw-r--r--configs/da850evm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index dd0eb982aa..a161ad5e02 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -30,6 +30,8 @@ CONFIG_CRC32_VERIFY=y
CONFIG_CMD_DM=y
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_GPT is not set
+CONFIG_CMD_MTD=y
+# CONFIG_CMD_SF is not set
# CONFIG_CMD_SETEXPR is not set
# CONFIG_CMD_TIME is not set
# CONFIG_CMD_EXT4 is not set