aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2019-10-16 17:59:42 +0530
committerJagan Teki <jagan@amarulasolutions.com>2019-10-25 00:48:31 +0530
commitc2af7fb1ff6f8d6489bdba4216128cbb08ae4243 (patch)
tree9a3dd80b99ad3bacc8fdb0eef0d02da101a8804a /cmd
parent4b060003957db07fa0e35beafe6559f9cc91954c (diff)
downloadu-boot-c2af7fb1ff6f8d6489bdba4216128cbb08ae4243.zip
u-boot-c2af7fb1ff6f8d6489bdba4216128cbb08ae4243.tar.gz
u-boot-c2af7fb1ff6f8d6489bdba4216128cbb08ae4243.tar.bz2
cmd: sf: Mark it default if DM_SPI_FLASH enabled
If DM_SPI_FLASH enabled that means it is using sf command for flash interface to access. SPI_FLASH can be used via sf command and board/driver functions to call spi flash ops, so mark it default only for DM_SPI_FLASH. This would prevent explicit adding of CONFIG_CMD_SF when DM_SPI_FLASH being enabled. Cc: Tom Rini <trini@konsulko.com> Acked-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 82b5d30..b08a709 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1168,6 +1168,7 @@ config CMD_SDRAM
config CMD_SF
bool "sf"
depends on DM_SPI_FLASH || SPI_FLASH
+ default y if DM_SPI_FLASH
help
SPI Flash support