Convert CONFIG_LZMA to Kconfig
This converts the following to Kconfig: CONFIG_LZMA Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe;" \
|
||||
"mtdparts default;" \
|
||||
"bootm 0x9f650000"
|
||||
#define CONFIG_LZMA
|
||||
|
||||
#define MTDIDS_DEFAULT "nor0=spi-flash.0"
|
||||
#define MTDPARTS_DEFAULT "mtdparts=spi-flash.0:" \
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe;" \
|
||||
"mtdparts default;" \
|
||||
"bootm 0x9f680000"
|
||||
#define CONFIG_LZMA
|
||||
|
||||
#define MTDIDS_DEFAULT "nor0=spi-flash.0"
|
||||
#define MTDPARTS_DEFAULT "mtdparts=spi-flash.0:" \
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
* Compression configuration
|
||||
*/
|
||||
#define CONFIG_BZIP2
|
||||
#define CONFIG_LZMA
|
||||
|
||||
/*
|
||||
* Commands configuration
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
* Compression configuration
|
||||
*/
|
||||
#define CONFIG_BZIP2
|
||||
#define CONFIG_LZMA
|
||||
#define CONFIG_LZO
|
||||
|
||||
/*
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
*/
|
||||
#ifdef CONFIG_SYS_MVFS
|
||||
#define CONFIG_BZIP2
|
||||
#define CONFIG_LZMA
|
||||
#endif /* CONFIG_SYS_MVFS */
|
||||
|
||||
/*
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
/* compression configuration */
|
||||
#define CONFIG_BZIP2
|
||||
#define CONFIG_LZMA
|
||||
|
||||
/* commands configuration */
|
||||
#define CONFIG_SYS_MVFS
|
||||
|
||||
@@ -121,6 +121,4 @@
|
||||
|
||||
#define MEM_SIZE 128
|
||||
|
||||
#define CONFIG_LZMA
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -121,6 +121,4 @@
|
||||
|
||||
#define MEM_SIZE 128
|
||||
|
||||
#define CONFIG_LZMA
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -149,7 +149,6 @@
|
||||
#define CONFIG_GZIP_COMPRESSED
|
||||
#define CONFIG_BZIP2
|
||||
#define CONFIG_LZO
|
||||
#define CONFIG_LZMA
|
||||
|
||||
#define CONFIG_CMD_LZMADEC
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
"console=ttyS0,115200 root=/dev/mtdblock2 rootfstype=squashfs"
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"dhcp 192.168.1.1:wdr4300.fit && bootm $loadaddr"
|
||||
#define CONFIG_LZMA
|
||||
|
||||
#define CONFIG_ENV_IS_NOWHERE
|
||||
#define CONFIG_ENV_SIZE 0x10000
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_SYS_TEXT_BASE 0x0
|
||||
#define CONFIG_LZMA /* LZMA compression support */
|
||||
|
||||
/*
|
||||
* Serial Console Configuration
|
||||
|
||||
Reference in New Issue
Block a user