[U-Boot] [PATCH 1/2] config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS
Detlev Zundel
dzu at denx.de
Thu Apr 8 17:55:47 CEST 2010
From: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
---
include/config_cmd_all.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 058fdf1..1cb7067 100644
--- 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 */
--
1.6.2.5
More information about the U-Boot
mailing list