diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 13:11:12 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:13 -0800 |
commit | 5d737010738c3a02ff346cae3d69cf20ab328d7f (patch) | |
tree | 1f45be182bf0ad324af92cd195f3032a5b2f1893 /arch/powerpc/cpu/mpc85xx/Kconfig | |
parent | 95a809b918ac624fe688802745366fcf7d04651e (diff) | |
download | u-boot-imx-5d737010738c3a02ff346cae3d69cf20ab328d7f.zip u-boot-imx-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.gz u-boot-imx-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.bz2 |
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 'arch/powerpc/cpu/mpc85xx/Kconfig')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index a404356..bad4af6 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -209,10 +209,12 @@ config TARGET_T1024RDB config TARGET_T1040QDS bool "Support T1040QDS" + select ARCH_T1040 select PHYS_64BIT config TARGET_T1040RDB bool "Support T1040RDB" + select ARCH_T1040 select SUPPORT_SPL select PHYS_64BIT @@ -368,6 +370,9 @@ config ARCH_T1023 config ARCH_T1024 bool +config ARCH_T1040 + bool + source "board/freescale/b4860qds/Kconfig" source "board/freescale/bsc9131rdb/Kconfig" source "board/freescale/bsc9132qds/Kconfig" |