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 /configs/tuxx1_defconfig | |
parent | fc843a02acad62e231a3e779cebd1712688146fc (diff) | |
download | u-boot-c7c111e5f73278f838c4e9284503078dd7b46139.tar.gz |
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/tuxx1_defconfig')
-rw-r--r-- | configs/tuxx1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tuxx1_defconfig b/configs/tuxx1_defconfig index 519472f247..18b124a58c 100644 --- a/configs/tuxx1_defconfig +++ b/configs/tuxx1_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_MPC83xx=y +CONFIG_CMD_IMMAP=y CONFIG_TARGET_TUXX1=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y |