diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 48447c9206..a404356301 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -211,8 +211,13 @@ config TARGET_T1040QDS bool "Support T1040QDS" select PHYS_64BIT -config TARGET_T104XRDB - bool "Support T104xRDB" +config TARGET_T1040RDB + bool "Support T1040RDB" + select SUPPORT_SPL + select PHYS_64BIT + +config TARGET_T1042RDB + bool "Support T1042RDB" select SUPPORT_SPL select PHYS_64BIT |