remove obsolete option CONFIG_JFFS2_CMDLINE
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>
This commit is contained in:
parent
382985675c
commit
4cb8a10f7e
@ -62,7 +62,6 @@
|
||||
|
||||
/* JFFS2 */
|
||||
#ifdef CONFIG_CMD_JFFS2
|
||||
#define CONFIG_JFFS2_CMDLINE
|
||||
#define CONFIG_JFFS2_NAND
|
||||
#endif
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -49,7 +49,6 @@
|
||||
#define CONFIG_SYS_MCFRRTC_BASE 0xFC0A8000
|
||||
|
||||
/* spi not partitions */
|
||||
#define CONFIG_JFFS2_CMDLINE
|
||||
#define CONFIG_JFFS2_DEV "nor0"
|
||||
|
||||
/* Timer */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user