mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
powerpc: T1023: Remove macro CONFIG_PPC_T1023
Replace CONFIG_PPC_T1023 with ARCH_T1023 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@@ -28,7 +28,7 @@ obj-$(CONFIG_PPC_T1040) += t1040.o
|
||||
obj-$(CONFIG_PPC_T1042) += t1040.o
|
||||
obj-$(CONFIG_PPC_T1020) += t1040.o
|
||||
obj-$(CONFIG_PPC_T1022) += t1040.o
|
||||
obj-$(CONFIG_PPC_T1023) += t1024.o
|
||||
obj-$(CONFIG_ARCH_T1023) += t1024.o
|
||||
obj-$(CONFIG_PPC_T1024) += t1024.o
|
||||
obj-$(CONFIG_PPC_T2080) += t2080.o
|
||||
obj-$(CONFIG_PPC_T2081) += t2080.o
|
||||
|
||||
Reference in New Issue
Block a user