diff options
| author | York Sun <[email protected]> | 2016-11-18 13:44:00 -0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2016-11-23 23:42:14 -0800 |
| commit | 55ed8ae3674462be330a4d71af33e83afce462be (patch) | |
| tree | a7264dcb0186a4ec6a290ea13b62f65087aa14c1 /arch | |
| parent | 5449c98a2d64de50d16f53401445a4f96356adea (diff) | |
powerpc: T1042RDB_PI: Split from T1042RDB in Kconfig
Use separated TARGET_T1042RDB_PI to simplify config options.
Remove macro CONFIG_T1042RDB_PI.
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index ef41869badf..980439e4333 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -230,6 +230,12 @@ config TARGET_T1042RDB select SUPPORT_SPL select PHYS_64BIT +config TARGET_T1042RDB_PI + bool "Support T1042RDB_PI" + select ARCH_T1042 + select SUPPORT_SPL + select PHYS_64BIT + config TARGET_T208XQDS bool "Support T208xQDS" select SUPPORT_SPL |
