diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:33 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:29 -0400 |
commit | 56aa7dcbdba6942729d9aa4b84fc489a510f0057 (patch) | |
tree | 88413b8a97baef78bbe60a30dfa97d42e93e99cb /scripts | |
parent | b5834adfed41be2c7445b731198b9626bff85050 (diff) | |
download | u-boot-56aa7dcbdba6942729d9aa4b84fc489a510f0057.tar.gz |
Kconfig: Drop CONFIG_CMD_IMX_FUSE
This option is not used in U-Boot. 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 4bc4eb1e59..9590b25b9a 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_IMX_FUSE CONFIG_CMD_IO CONFIG_CMD_IOLOOP CONFIG_CMD_IOTRACE |