mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
ef97842b43
commit
3cdecb341e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue