From bf7aac97262419e991e4187528f2113961fb6ecf Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 15 Jan 2014 10:11:28 +0900 Subject: powerpc: mpc512x: remove redundant CONFIG_MPC512X definition We do not have to define CONFIG_MPC512X in board config headers because it is defined in arch/powerpc/cpu/mpc512x/config.mk. Signed-off-by: Masahiro Yamada --- include/configs/ac14xx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ac14xx.h') diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index d6cef888c6..aa584b7768 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -27,7 +27,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 Family */ -#define CONFIG_MPC512X 1 /* MPC512X family */ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 -- cgit v1.2.3