From e7a815f32e187480236727393459d205e87ab780 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:35:03 -0600 Subject: Convert CONFIG_CMD_ZBOOT to Kconfig This converts the following to Kconfig: CONFIG_CMD_ZBOOT Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/edison.h | 1 - include/configs/x86-common.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/edison.h b/include/configs/edison.h index 03aa7023061..dfac340c2f5 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -10,7 +10,6 @@ #include /* 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 43af193344b..7ff354a4ad5 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 \ -- cgit v1.2.3