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>
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 8b857d5..b2d95eb 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -196,6 +196,7 @@
 
 config TARGET_T1023RDB
 	bool "Support T1023RDB"
+	select ARCH_T1023
 	select SUPPORT_SPL
 	select PHYS_64BIT
 
@@ -354,6 +355,9 @@
 config ARCH_QEMU_E500
 	bool
 
+config ARCH_T1023
+	bool
+
 source "board/freescale/b4860qds/Kconfig"
 source "board/freescale/bsc9131rdb/Kconfig"
 source "board/freescale/bsc9132qds/Kconfig"