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 v1.2.1 From 3b83649d53896cf115788130799d9ff585867e4a Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 18 Nov 2016 11:32:46 -0800 Subject: powerpc: P5020DS: Remove macro CONFIG_P5020DS Use CONFIG_TARGET_P5020DS instead. Signed-off-by: York Sun --- include/configs/P5020DS.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/P5020DS.h') diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h index a942d0c10e..17e941e4e7 100644 --- a/include/configs/P5020DS.h +++ b/include/configs/P5020DS.h @@ -8,8 +8,6 @@ * P5020 DS board configuration file * Also supports P5010 DS */ -#define CONFIG_P5020DS - #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ #define CONFIG_MMC -- cgit v1.2.1