diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 12:54:19 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:15 -0800 |
commit | 0f3d80e99370d5896525eef79c2b88d9c87a66ae (patch) | |
tree | 7aab60e9d4e7b3ef5317195137aedb012f19e11d /arch/powerpc/cpu/mpc85xx/Kconfig | |
parent | 01671e668bddf98f7f831605114703daf739a44f (diff) | |
download | u-boot-0f3d80e99370d5896525eef79c2b88d9c87a66ae.tar.gz |
powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081
Use CONFIG_ARCH_T2080 and CONFIG_ARCH_T2081 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index e4a7b880d5..c1003a3521 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -244,16 +244,19 @@ config TARGET_T1042RDB_PI config TARGET_T2080QDS bool "Support T2080QDS" + select ARCH_T2080 select SUPPORT_SPL select PHYS_64BIT config TARGET_T2080RDB bool "Support T2080RDB" + select ARCH_T2080 select SUPPORT_SPL select PHYS_64BIT config TARGET_T2081QDS bool "Support T2081QDS" + select ARCH_T2081 select SUPPORT_SPL select PHYS_64BIT @@ -400,6 +403,12 @@ config ARCH_T1040 config ARCH_T1042 bool +config ARCH_T2080 + bool + +config ARCH_T2081 + bool + source "board/freescale/b4860qds/Kconfig" source "board/freescale/bsc9131rdb/Kconfig" source "board/freescale/bsc9132qds/Kconfig" |