[U-Boot] [PATCH 4/4] NetStar: disable CONFIG_CMD_JFFS2
Ladislav Michl
ladis at linux-mips.org
Tue Apr 21 02:52:11 CEST 2009
Now, when CONFIG_CMD_MTDPARTS exists as a separate option it is no longer
necessary to enable CONFIG_CMD_JFFS2.
Signed-off-by: Ladislav Michl <ladis at linux-mips.org>
---
include/configs/netstar.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/configs/netstar.h b/include/configs/netstar.h
index 39560de..880fde0 100644
--- a/include/configs/netstar.h
+++ b/include/configs/netstar.h
@@ -146,7 +146,6 @@
#define CONFIG_CMD_SAVEENV
#define CONFIG_CMD_FLASH
#define CONFIG_CMD_IMI
-#define CONFIG_CMD_JFFS2
#define CONFIG_CMD_LOADB
#define CONFIG_CMD_MEMORY
#define CONFIG_CMD_NAND
@@ -155,8 +154,6 @@
#define CONFIG_CMD_RUN
-#define CONFIG_JFFS2_NAND 1 /* jffs2 on nand support */
-
/*
* BOOTP options
*/
--
1.5.3.8
More information about the U-Boot
mailing list