From 89024ddc9ea63be4f71815a6a915fb3a58268d81 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:16 -0400 Subject: TI: Drop 'CONFIG_OMAP' In the two cases in the code where we use CONFIG_OMAP as a useful test currently we can make use of CONFIG_ARCH_OMAP2PLUS instead. With that changed we can drop all defines of CONFIG_OMAP. While in here, CONFIG_OMAP3430 is only defined and then never used, so drop. Signed-off-by: Tom Rini --- include/configs/cm_t3517.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/cm_t3517.h') diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index e12dc020ff..8093e7fc77 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -13,7 +13,6 @@ /* * High Level Configuration Options */ -#define CONFIG_OMAP /* in a TI OMAP core */ #define CONFIG_CM_T3517 /* working with CM-T3517 */ #define CONFIG_SYS_TEXT_BASE 0x80008000 -- cgit v1.2.3