From ee2b24340fd1d63a27ac4ed6ac828ade1469dbe7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 2 Mar 2015 17:04:37 -0700 Subject: Kconfig: Move CONFIG_BOOTSTAGE to Kconfig Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust existing users and code. Signed-off-by: Simon Glass --- include/configs/x86-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/x86-common.h') diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 928ed58..b378f58 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -237,9 +237,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME -#define CONFIG_BOOTSTAGE -#define CONFIG_CMD_BOOTSTAGE - #define CONFIG_CMD_USB /* Default environment */ -- cgit v1.1