diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 13:31:34 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:15 -0800 |
commit | 652a7bbd87d322c49ffe138b98563dc6c8cd2885 (patch) | |
tree | b228c46847036e5d745ae04dae1ef93ffb6303fa /arch/powerpc/cpu/mpc85xx/Kconfig | |
parent | 49ec8aa8403061c654cc3afa57cf8cd570b0a8a0 (diff) | |
download | u-boot-imx-652a7bbd87d322c49ffe138b98563dc6c8cd2885.zip u-boot-imx-652a7bbd87d322c49ffe138b98563dc6c8cd2885.tar.gz u-boot-imx-652a7bbd87d322c49ffe138b98563dc6c8cd2885.tar.bz2 |
powerpc: T4160: Remove macro CONFIG_PPC_T4160
Use CONFIG_ARCH_T4160 instead.
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 9d4e5ba..991127d 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -262,11 +262,13 @@ config TARGET_T2081QDS config TARGET_T4160QDS bool "Support T4160QDS" + select ARCH_T4160 select SUPPORT_SPL select PHYS_64BIT config TARGET_T4160RDB bool "Support T4160RDB" + select ARCH_T4160 select SUPPORT_SPL select PHYS_64BIT @@ -419,6 +421,9 @@ config ARCH_T2080 config ARCH_T2081 bool +config ARCH_T4160 + bool + source "board/freescale/b4860qds/Kconfig" source "board/freescale/bsc9131rdb/Kconfig" source "board/freescale/bsc9132qds/Kconfig" |