powerpc: P1023: Remove macro CONFIG_P1023
Replace CONFIG_P1023 with ARCH_P1023 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@@ -18,7 +18,7 @@ obj-$(CONFIG_SYS_FMAN_V3) += memac.o
|
||||
|
||||
# SoC specific SERDES support
|
||||
obj-$(CONFIG_P1017) += p1023.o
|
||||
obj-$(CONFIG_P1023) += p1023.o
|
||||
obj-$(CONFIG_ARCH_P1023) += p1023.o
|
||||
# The P204x, P304x, and P5020 are the same
|
||||
obj-$(CONFIG_PPC_P2041) += p5020.o
|
||||
obj-$(CONFIG_PPC_P3041) += p5020.o
|
||||
|
||||
@@ -88,7 +88,7 @@ struct fm_port_global_pram {
|
||||
#define PRAM_MODE_GLOBAL 0x20000000
|
||||
#define PRAM_MODE_GRACEFUL_STOP 0x00800000
|
||||
|
||||
#if defined(CONFIG_P1017) || defined(CONFIG_P1023)
|
||||
#if defined(CONFIG_P1017) || defined(CONFIG_ARCH_P1023)
|
||||
#define FM_FREE_POOL_SIZE 0x2000 /* 8K bytes */
|
||||
#else
|
||||
#define FM_FREE_POOL_SIZE 0x20000 /* 128K bytes */
|
||||
|
||||
Reference in New Issue
Block a user