summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 21:51:01 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:12 (GMT)
commit45a8d11782934446421970bb8c1da60c57c595a8 (patch)
treeccc2855e7c95e51a5d825942ce841837092f0575 /arch/powerpc/cpu
parent161b472482626703f13033e6859a0dd00fe2bcae (diff)
downloadu-boot-45a8d11782934446421970bb8c1da60c57c595a8.tar.xz
powerpc: B4420QDS: Split from B4860QDS in Kconfig
Use TARGET_B4420QDS to simplify Kconfig options. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 9aef492..31a074e 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -16,6 +16,11 @@ config TARGET_SOCRATES
bool "Support socrates"
select ARCH_MPC8544
+config TARGET_B4420QDS
+ bool "Support B4420QDS"
+ select SUPPORT_SPL
+ select PHYS_64BIT
+
config TARGET_B4860QDS
bool "Support B4860QDS"
select SUPPORT_SPL