From cefe11cdb2a0d1fe0daf90408d3c49e627ef39a7 Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 18 Nov 2016 11:30:56 -0800 Subject: powerpc: P5020: Remove macro CONFIG_PPC_P5020 Replace CONFIG_PPC_P5020 with ARCH_P5020 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- include/configs/P5020DS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/P5020DS.h') diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h index d2cedfe860..a942d0c10e 100644 --- a/include/configs/P5020DS.h +++ b/include/configs/P5020DS.h @@ -9,7 +9,6 @@ * Also supports P5010 DS */ #define CONFIG_P5020DS -#define CONFIG_PPC_P5020 #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ -- cgit