From 72c3033fd1da878aec6b23eb9086a83f57d54eee Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:48 -0600 Subject: Convert CONFIG_CMD_SPL to Kconfig This converts the following to Kconfig: CONFIG_CMD_SPL Note that trats does not actually use SPL, so this option can no-longer be set. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/ipam390.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ipam390.h') diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index 083ccd8ef6..4824941dc3 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -274,7 +274,6 @@ GENERATED_GBL_DATA_SIZE) /* add FALCON boot mode */ -#define CONFIG_CMD_SPL #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000 #define CONFIG_SYS_SPL_ARGS_ADDR LINUX_BOOT_PARAM_ADDR #define CONFIG_CMD_SPL_NAND_OFS 0x00180000 -- cgit v1.2.1