From: Adam Ford Date: Fri, 26 Jul 2019 23:31:13 +0000 (-0500) Subject: ARM: da850-evm: Replace CMD_SF with CMD_MTD X-Git-Tag: v2019.10-rc2~23^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3cdecb341e0a1507910601b14ae2a5f81f86d1d3;p=oweals%2Fu-boot.git 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 --- 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