From bdf10677a96d1d0c4da209b0a5d7c877760a4984 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:20 -0400 Subject: omap3: Drop unused CONFIG_OMAP3_xxx board defines We no longer have a need for a per-board CONFIG_OMAP3_xxx define (we have CONFIG_TARGET_xxx when this is required), so drop these unused references. Signed-off-by: Tom Rini --- include/configs/am3517_crane.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/am3517_crane.h') diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index 19d1bc1951..5de39cf740 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -16,8 +16,6 @@ /* * High Level Configuration Options */ -#define CONFIG_OMAP3_AM3517CRANE 1 /* working with CRANEBOARD */ - #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ #include /* get chip and board defs */ -- cgit