projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef97842
)
ARM: da850-evm: Replace CMD_SF with CMD_MTD
author
Adam Ford
<aford173@gmail.com>
Fri, 26 Jul 2019 23:31:13 +0000
(18:31 -0500)
committer
Tom Rini
<trini@konsulko.com>
Wed, 31 Jul 2019 17:08:07 +0000
(13:08 -0400)
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>
configs/da850evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/da850evm_defconfig
b/configs/da850evm_defconfig
index dd0eb982aa945a1f822247e8d04447e8a74974a5..a161ad5e027c27efe9f15daa427790896d498703 100644
(file)
--- 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