diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 21:11:12 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:13 (GMT) |
commit | 5d737010738c3a02ff346cae3d69cf20ab328d7f (patch) | |
tree | 1f45be182bf0ad324af92cd195f3032a5b2f1893 /include | |
parent | 95a809b918ac624fe688802745366fcf7d04651e (diff) | |
download | u-boot-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.xz |
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 <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T102xRDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index aa65eb4..e2aea8b 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 */ |