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:
810fd69
)
common: Add CMD_SF Kconfig entry
author
Jagan Teki
<jteki@openedev.com>
Fri, 26 Jun 2015 22:17:53 +0000
(
03:47
+0530)
committer
Jagan Teki
<jteki@openedev.com>
Wed, 1 Jul 2015 15:45:04 +0000
(21:15 +0530)
Added Kconfig entry for CMD_SF.
Signed-off-by: Jagan Teki <jteki@openedev.com>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index 2976cd78ddd4812ec4ece2e28bb006167b9ef1d4..40cd69ed708503a472933310068af4764ce1a913 100644
(file)
--- 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