diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:28 -0400 |
commit | c7c111e5f73278f838c4e9284503078dd7b46139 (patch) | |
tree | abfed2bc5360b39435427ece5aa9cd15105def73 /scripts | |
parent | fc843a02acad62e231a3e779cebd1712688146fc (diff) | |
download | u-boot-c7c111e5f73278f838c4e9284503078dd7b46139.tar.gz u-boot-c7c111e5f73278f838c4e9284503078dd7b46139.tar.xz u-boot-c7c111e5f73278f838c4e9284503078dd7b46139.zip |
Convert CONFIG_CMD_IMMAP to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_IMMAP
Also move this command out of the cmd/ directory since it is
PowerPC-specific.
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 68c086a492..5b78d2f702 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_IMMAP CONFIG_CMD_IMXOTP CONFIG_CMD_IMX_FUSE CONFIG_CMD_IO |