From edd1653f04b3fae7e377be5f89e592f2b6266426 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 11 Aug 2017 08:51:20 -0500 Subject: Convert CONFIG_SPL_OMAP3_ID_NAND to Kconfig This converts the following to Kconfig: CONFIG_SPL_OMAP3_ID_NAND Signed-off-by: Adam Ford Reviewed-by: Simon Glass --- include/configs/omap3_cairo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/omap3_cairo.h') diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index 560e50081f..b4d7f17131 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -177,7 +177,6 @@ #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET /* Defines for SPL */ -#define CONFIG_SPL_OMAP3_ID_NAND /* NAND boot config */ #define CONFIG_SYS_NAND_5_ADDR_CYCLE -- cgit