[U-Boot] [PATCH 04/20] common: Add CMD_SF Kconfig entry

Jagan Teki jteki at openedev.com
Sat Jun 27 20:13:47 CEST 2015


Added Kconfig entry for CMD_SF.

Signed-off-by: Jagan Teki <jteki at openedev.com>
---
 common/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index 2976cd7..40cd69e 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -311,6 +311,11 @@ config CMD_NAND
 	help
 	  NAND support.
 
+config CMD_SF
+	bool "sf"
+	help
+	  SPI Flash support
+
 config CMD_SPI
 	bool "sspi"
 	help
-- 
1.9.1



More information about the U-Boot mailing list