From 52de0e49dfdc6f1dd55f31e312a3f050be75b69e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 15 Jan 2014 10:13:49 +0900 Subject: powerpc: mpc824x: remove redundant CONFIG_MPC824X definition We do not have to define CONFIG_MPC824X in board config headers because it is defined in arch/powerpc/cpu/mpc824x/config.mk. Signed-off-by: Masahiro Yamada --- include/configs/Sandpoint8240.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/Sandpoint8240.h') diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h index 8a689b3..2c0cb89 100644 --- a/include/configs/Sandpoint8240.h +++ b/include/configs/Sandpoint8240.h @@ -19,7 +19,6 @@ * (easy to change) */ -#define CONFIG_MPC824X 1 #define CONFIG_MPC8240 1 #define CONFIG_SANDPOINT 1 -- cgit v1.1