diff mbox series

remove obsolete option CONFIG_JFFS2_CMDLINE

Message ID 20201105091537.6756-1-holger.brunck@hitachi-powergrids.com
State Accepted
Commit 4cb8a10f7e6f50a8c71e41df1207264266bfa305
Delegated to: Tom Rini
Headers show
Series remove obsolete option CONFIG_JFFS2_CMDLINE | expand

Commit Message

Holger Brunck Nov. 5, 2020, 9:15 a.m. UTC
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>
---
 include/configs/ethernut5.h     | 1 -
 include/configs/km/km-powerpc.h | 2 --
 include/configs/kmp204x.h       | 3 ---
 include/configs/pm9263.h        | 1 -
 include/configs/stmark2.h       | 1 -
 scripts/config_whitelist.txt    | 1 -
 6 files changed, 9 deletions(-)

Comments

Stefan Roese Nov. 5, 2020, 9:18 a.m. UTC | #1
On 05.11.20 10:15, Holger Brunck wrote:
> 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>

Thanks,
Stefan

> ---
>   include/configs/ethernut5.h     | 1 -
>   include/configs/km/km-powerpc.h | 2 --
>   include/configs/kmp204x.h       | 3 ---
>   include/configs/pm9263.h        | 1 -
>   include/configs/stmark2.h       | 1 -
>   scripts/config_whitelist.txt    | 1 -
>   6 files changed, 9 deletions(-)
> 
> diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
> index b513b4bc68..ca249d9d2b 100644
> --- a/include/configs/ethernut5.h
> +++ b/include/configs/ethernut5.h
> @@ -62,7 +62,6 @@
>   
>   /* JFFS2 */
>   #ifdef CONFIG_CMD_JFFS2
> -#define CONFIG_JFFS2_CMDLINE
>   #define CONFIG_JFFS2_NAND
>   #endif
>   
> diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h
> index 7bfe12fecb..3be926c103 100644
> --- a/include/configs/km/km-powerpc.h
> +++ b/include/configs/km/km-powerpc.h
> @@ -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 */
> diff --git a/include/configs/kmp204x.h b/include/configs/kmp204x.h
> index ec1254e747..d1eb7b574b 100644
> --- a/include/configs/kmp204x.h
> +++ b/include/configs/kmp204x.h
> @@ -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
> diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
> index 0ed4b1aaa2..6c882b6ff9 100644
> --- a/include/configs/pm9263.h
> +++ b/include/configs/pm9263.h
> @@ -190,7 +190,6 @@
>   
>   #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 */
> diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h
> index d9a2f75e73..da162cbb11 100644
> --- a/include/configs/stmark2.h
> +++ b/include/configs/stmark2.h
> @@ -49,7 +49,6 @@
>   #define CONFIG_SYS_MCFRRTC_BASE		0xFC0A8000
>   
>   /* spi not partitions */
> -#define CONFIG_JFFS2_CMDLINE
>   #define CONFIG_JFFS2_DEV		"nor0"
>   
>   /* Timer */
> diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
> index a9508448d4..be3a4b3e9a 100644
> --- a/scripts/config_whitelist.txt
> +++ b/scripts/config_whitelist.txt
> @@ -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
> 


Viele Grüße,
Stefan
Tom Rini Dec. 3, 2020, 4:58 p.m. UTC | #2
On Thu, Nov 05, 2020 at 10:15:37AM +0100, Holger Brunck wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
index b513b4bc68..ca249d9d2b 100644
--- a/include/configs/ethernut5.h
+++ b/include/configs/ethernut5.h
@@ -62,7 +62,6 @@ 
 
 /* JFFS2 */
 #ifdef CONFIG_CMD_JFFS2
-#define CONFIG_JFFS2_CMDLINE
 #define CONFIG_JFFS2_NAND
 #endif
 
diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h
index 7bfe12fecb..3be926c103 100644
--- a/include/configs/km/km-powerpc.h
+++ b/include/configs/km/km-powerpc.h
@@ -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 */
diff --git a/include/configs/kmp204x.h b/include/configs/kmp204x.h
index ec1254e747..d1eb7b574b 100644
--- a/include/configs/kmp204x.h
+++ b/include/configs/kmp204x.h
@@ -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
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index 0ed4b1aaa2..6c882b6ff9 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -190,7 +190,6 @@ 
 
 #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 */
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h
index d9a2f75e73..da162cbb11 100644
--- a/include/configs/stmark2.h
+++ b/include/configs/stmark2.h
@@ -49,7 +49,6 @@ 
 #define CONFIG_SYS_MCFRRTC_BASE		0xFC0A8000
 
 /* spi not partitions */
-#define CONFIG_JFFS2_CMDLINE
 #define CONFIG_JFFS2_DEV		"nor0"
 
 /* Timer */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index a9508448d4..be3a4b3e9a 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -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