summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:35:03 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 21:44:53 (GMT)
commite7a815f32e187480236727393459d205e87ab780 (patch)
treed85e305129b81f5e0e56bef52dd8bc547a542211 /arch
parent1aa4e8d0dead107ea28e5b90a3af07b753b17960 (diff)
downloadu-boot-fsl-qoriq-e7a815f32e187480236727393459d205e87ab780.tar.xz
Convert CONFIG_CMD_ZBOOT to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ZBOOT Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 08f6e7f..78532f5 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -113,6 +113,7 @@ config X86
imply CMD_IO
imply CMD_IRQ
imply CMD_SF_TEST
+ imply CMD_ZBOOT
config XTENSA
bool "Xtensa architecture"