From 5d737010738c3a02ff346cae3d69cf20ab328d7f Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 18 Nov 2016 13:11:12 -0800 Subject: powerpc: T1040: Remove macro CONFIG_PPC_T1040 Replace CONFIG_PPC_T1040 with ARCH_T1040 in Kconfig and clean up existing macros. Signed-off-by: York Sun --- include/configs/T102xRDB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index aa65eb47bb0..e2aea8bf9e3 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -556,7 +556,7 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_PCIE1 /* PCIE controller 1 */ #define CONFIG_PCIE2 /* PCIE controller 2 */ #define CONFIG_PCIE3 /* PCIE controller 3 */ -#ifdef CONFIG_PPC_T1040 +#ifdef CONFIG_ARCH_T1040 #define CONFIG_PCIE4 /* PCIE controller 4 */ #endif #define CONFIG_FSL_PCI_INIT /* Use common FSL init code */ -- cgit v1.2.3