From 77777f769f1a6b61ba23ba5a7b4bf9857c9f41d1 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:19 -0400 Subject: omap4: Drop redundant CONFIG_OMAP4430 symbol While there are a few different OMAP4 SoCs, today we always set CONFIG_OMAP4430 and CONFIG_OMAP44XX. Convert the few test of CONFIG_OMAP4430 to CONFIG_OMAP44XX. Cc: Marek Vasut Cc: Paul Kocialkowski Signed-off-by: Tom Rini --- include/configs/kc1.h | 5 ----- include/configs/ti_omap4_common.h | 4 ---- 2 files changed, 9 deletions(-) (limited to 'include/configs') diff --git a/include/configs/kc1.h b/include/configs/kc1.h index 939bd6c..39c750c 100644 --- a/include/configs/kc1.h +++ b/include/configs/kc1.h @@ -24,11 +24,6 @@ #define CONFIG_SYS_PL310_BASE 0x48242000 /* - * Platform - */ -#define CONFIG_OMAP4430 - -/* * Board */ diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index b85db50..1a6551e 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -12,10 +12,6 @@ #ifndef __CONFIG_TI_OMAP4_COMMON_H #define __CONFIG_TI_OMAP4_COMMON_H -/* - * High Level Configuration Options - */ -#define CONFIG_OMAP4430 1 /* which is in a 4430 */ #define CONFIG_MISC_INIT_R #ifndef CONFIG_SYS_L2CACHE_OFF -- cgit v1.1