* [U-Boot] [PATCH] ARM: da850-evm: Replace CMD_SF with CMD_MTD
@ 2019-07-26 23:31 Adam Ford
2019-08-01 3:36 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2019-07-26 23:31 UTC (permalink / raw)
To: u-boot
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>
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index 234bc2c8cb..81dce349aa 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
@@ -52,6 +54,7 @@ CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_DAVINCI=y
CONFIG_DM_MMC=y
+CONFIG_MTD=y
CONFIG_MTD_DEVICE=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] ARM: da850-evm: Replace CMD_SF with CMD_MTD
2019-07-26 23:31 [U-Boot] [PATCH] ARM: da850-evm: Replace CMD_SF with CMD_MTD Adam Ford
@ 2019-08-01 3:36 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-08-01 3:36 UTC (permalink / raw)
To: u-boot
On Fri, Jul 26, 2019 at 06:31:13PM -0500, Adam Ford wrote:
> 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>
>
> diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
> index 234bc2c8cb..81dce349aa 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190731/d7e4413c/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-01 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26 23:31 [U-Boot] [PATCH] ARM: da850-evm: Replace CMD_SF with CMD_MTD Adam Ford
2019-08-01 3:36 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox