diff options
| author | Ladislav Michl <Ladislav.Michl@seznam.cz> | 2010-01-27 11:12:08 -0500 |
|---|---|---|
| committer | Tom Rix <Tom.Rix@windriver.com> | 2010-02-12 12:31:54 -0600 |
| commit | 3843e7dc934d8ef7c592f5a2106885efe32eac7f (patch) | |
| tree | 6bcc1925c1c342b093f1fc43927dd2ebccaded44 | |
| parent | 632e1d9014848ec8d983a629c2e35b4423816336 (diff) | |
| download | olio-uboot-2014.01-3843e7dc934d8ef7c592f5a2106885efe32eac7f.tar.xz olio-uboot-2014.01-3843e7dc934d8ef7c592f5a2106885efe32eac7f.zip | |
NetStar: Disable CONFIG_CMD_JFFS2
This patch removes "CONFIG_CMD_JFFS" from the board config
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| -rw-r--r-- | 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 20b423bb8..884dc0937 100644 --- a/include/configs/netstar.h +++ b/include/configs/netstar.h @@ -149,7 +149,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 @@ -158,8 +157,6 @@ #define CONFIG_CMD_RUN -#define CONFIG_JFFS2_NAND 1 /* jffs2 on nand support */ - /* * BOOTP options */ |