diff options
author | Holger Brunck <holger.brunck@hitachi-powergrids.com> | 2020-11-05 10:15:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-02 16:21:58 -0500 |
commit | 4cb8a10f7e6f50a8c71e41df1207264266bfa305 (patch) | |
tree | 89120c3b6e58b62c7ef40ee1e646838e8439da02 /scripts | |
parent | 382985675c7576d05969f61edbe14fb0a5ef1f0a (diff) | |
download | u-boot-4cb8a10f7e6f50a8c71e41df1207264266bfa305.tar.gz |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 8b4fcba395..c0339dcc00 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 |