diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:31 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 16:45:28 (GMT) |
commit | c7c111e5f73278f838c4e9284503078dd7b46139 (patch) | |
tree | abfed2bc5360b39435427ece5aa9cd15105def73 /configs/kmcoge4_defconfig | |
parent | fc843a02acad62e231a3e779cebd1712688146fc (diff) | |
download | u-boot-c7c111e5f73278f838c4e9284503078dd7b46139.tar.xz |
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 'configs/kmcoge4_defconfig')
-rw-r--r-- | configs/kmcoge4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmcoge4_defconfig b/configs/kmcoge4_defconfig index 5d274fa..493d971 100644 --- a/configs/kmcoge4_defconfig +++ b/configs/kmcoge4_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y +CONFIG_CMD_IMMAP=y CONFIG_TARGET_KMP204X=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |