]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
remove obsolete option CONFIG_JFFS2_CMDLINE
authorHolger Brunck <holger.brunck@hitachi-powergrids.com>
Thu, 5 Nov 2020 09:15:37 +0000 (10:15 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 2 Dec 2020 21:21:58 +0000 (16:21 -0500)
This option is obsolete since 2009 and can be removed globally.

CC: Stefan Roese <sr@denx.de>
Signed-off-by: Holger Brunck <holger.brunck@hitachi-powergrids.com>
Reviewed-by: Stefan Roese <sr@denx.de>
include/configs/ethernut5.h
include/configs/km/km-powerpc.h
include/configs/kmp204x.h
include/configs/pm9263.h
include/configs/stmark2.h
scripts/config_whitelist.txt

index b513b4bc68a40d75023fed9f4967830a4f3f455a..ca249d9d2b50cc3cd0cbbfa8fbc998f009a8d202 100644 (file)
@@ -62,7 +62,6 @@
 
 /* JFFS2 */
 #ifdef CONFIG_CMD_JFFS2
-#define CONFIG_JFFS2_CMDLINE
 #define CONFIG_JFFS2_NAND
 #endif
 
index 7bfe12fecbba5989f3b3819d74b80b8fd427cbb9..3be926c10311e6beaf1b17a0a4766b70a4965241 100644 (file)
@@ -9,8 +9,6 @@
 
 /* Do boardspecific init for all boards */
 
-#define CONFIG_JFFS2_CMDLINE
-
 /* EEprom support 24C08, 24C16, 24C64 */
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS      3  /* 8 Byte write page */
index ec1254e747bfb76e86f874cfe8e17eaddff01ad5..d1eb7b574b41aeabd855356703d9d6f4e26aa6bf 100644 (file)
@@ -337,9 +337,6 @@ int get_scl(void);
  * additionnal command line configuration.
  */
 
-/* we don't need flash support */
-#undef CONFIG_JFFS2_CMDLINE
-
 /*
  * For booting Linux, the board info and command line data
  * have to be in the first 64 MB of memory, since this is
index 0ed4b1aaa2789d9c498b1c9aee8a9b41c5580b4f..6c882b6ff94a3a4c6f3789e31f1cb0e1e3fcee33 100644 (file)
 
 #endif
 
-#define CONFIG_JFFS2_CMDLINE           1
 #define CONFIG_JFFS2_NAND              1
 #define CONFIG_JFFS2_DEV               "nand0" /* NAND device jffs2 lives on */
 #define CONFIG_JFFS2_PART_OFFSET       0       /* start of jffs2 partition */
index d9a2f75e738216422ca636801d8ab393443a2267..da162cbb1140ba2dac75f3d6b6991a632bf9377c 100644 (file)
@@ -49,7 +49,6 @@
 #define CONFIG_SYS_MCFRRTC_BASE                0xFC0A8000
 
 /* spi not partitions */
-#define CONFIG_JFFS2_CMDLINE
 #define CONFIG_JFFS2_DEV               "nor0"
 
 /* Timer */
index 8b4fcba395a34a7d648d2d241221413cf6f8e721..c0339dcc00d9f4a0ba244d9d66a9ef9eaeda2721 100644 (file)
@@ -848,7 +848,6 @@ CONFIG_IRAM_STACK
 CONFIG_IRAM_TOP
 CONFIG_IRDA_BASE
 CONFIG_IS_ENABLED
-CONFIG_JFFS2_CMDLINE
 CONFIG_JFFS2_DEV
 CONFIG_JFFS2_LZO
 CONFIG_JFFS2_NAND