summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/configs/edison.h1
-rw-r--r--include/configs/x86-common.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h
index 03aa702..dfac340 100644
--- a/include/configs/edison.h
+++ b/include/configs/edison.h
@@ -10,7 +10,6 @@
#include <asm/ibmpc.h>
/* Boot */
-#define CONFIG_CMD_ZBOOT
#define CONFIG_BOOTCOMMAND "run bootcmd"
/* DISK Partition support */
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 43af193..7ff354a 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -67,8 +67,6 @@
* Command line configuration.
*/
-#define CONFIG_CMD_ZBOOT
-
#define CONFIG_BOOTARGS \
"root=/dev/sdb3 init=/sbin/init rootwait ro"
#define CONFIG_BOOTCOMMAND \