projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae30b8c
)
config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS
author
Frans Meulenbroeks
<
[email protected]
>
Thu, 8 Apr 2010 15:55:47 +0000
(17:55 +0200)
committer
Wolfgang Denk
<
[email protected]
>
Sat, 10 Apr 2010 20:18:49 +0000
(22:18 +0200)
Signed-off-by: Frans Meulenbroeks <
[email protected]
>
include/config_cmd_all.h
patch
|
blob
|
history
diff --git
a/include/config_cmd_all.h
b/include/config_cmd_all.h
index 058fdf14fae47e57174aa655d529b7c5614b8cd9..1cb70670e934aba04cded8fbce4f1ba575173913 100644
(file)
--- a/
include/config_cmd_all.h
+++ b/
include/config_cmd_all.h
@@
-79,6
+79,8
@@
#define CONFIG_CMD_SOURCE /* "source" command support */
#define CONFIG_CMD_SPI /* SPI utility */
#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
+#define CONFIG_CMD_UBI /* UBI Support */
+#define CONFIG_CMD_UBIFS /* UBIFS Support */
#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
#define CONFIG_CMD_UNZIP /* unzip from memory to memory */
#define CONFIG_CMD_USB /* USB Support */