diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:19 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:56 -0400 |
commit | 5d927b428622800850d845b468a3165eb1c92d7b (patch) | |
tree | 043bc13dd23dae12201ab2c288d6af32a7ae996d /scripts | |
parent | b0e7a70a0594c3545a5da3e1a456362be1c27705 (diff) | |
download | u-boot-5d927b428622800850d845b468a3165eb1c92d7b.tar.gz |
Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP
This option is not used by any board. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
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 59981c31e7..7653d79bd4 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -383,7 +383,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_FDT_MAX_DUMP CONFIG_CMD_FPGAD CONFIG_CMD_FPGA_LOADBP CONFIG_CMD_FPGA_LOADFS |