summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:28 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:24 +0300
commit6c332e2b8cc727022aa1063e3cd70e9e4cda4a8e (patch)
tree0e01f1afdf04b3bec418404aafe90d24adb6475b /arch
parent139ff3be23b7b78d13ddff17854ad83d896c6a51 (diff)
downloadu-boot-6c332e2b8cc727022aa1063e3cd70e9e4cda4a8e.tar.xz
ppc: Remove MPC8323ERDB board
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc83xx/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig
index d1b774f8d5..8ae6d080c8 100644
--- a/arch/powerpc/cpu/mpc83xx/Kconfig
+++ b/arch/powerpc/cpu/mpc83xx/Kconfig
@@ -8,10 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_MPC8323ERDB
- bool "Support MPC8323ERDB"
- select ARCH_MPC832X
-
config TARGET_MPC832XEMDS
bool "Support MPC832XEMDS"
select ARCH_MPC832X
@@ -252,7 +248,6 @@ endmenu
config FSL_ELBC
bool
-source "board/freescale/mpc8323erdb/Kconfig"
source "board/freescale/mpc832xemds/Kconfig"
source "board/freescale/mpc8349emds/Kconfig"
source "board/freescale/mpc837xerdb/Kconfig"