summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:29 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:24 +0300
commit1567e3255d5c850ae953d46dd6b3f42531f8d5f1 (patch)
treec3131dbcbf5f8758c099198be2fba0e84e786aee /arch/powerpc
parent6c332e2b8cc727022aa1063e3cd70e9e4cda4a8e (diff)
downloadu-boot-1567e3255d5c850ae953d46dd6b3f42531f8d5f1.tar.xz
ppc: Remove MPC832XEMDS boards
These boards have not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove them. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/cpu/mpc83xx/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig
index 8ae6d080c8..1d5704848a 100644
--- a/arch/powerpc/cpu/mpc83xx/Kconfig
+++ b/arch/powerpc/cpu/mpc83xx/Kconfig
@@ -8,11 +8,6 @@ choice
prompt "Target select"
optional
-config TARGET_MPC832XEMDS
- bool "Support MPC832XEMDS"
- select ARCH_MPC832X
- select BOARD_EARLY_INIT_F
-
config TARGET_MPC8349EMDS
bool "Support MPC8349EMDS"
select ARCH_MPC8349
@@ -248,7 +243,6 @@ endmenu
config FSL_ELBC
bool
-source "board/freescale/mpc832xemds/Kconfig"
source "board/freescale/mpc8349emds/Kconfig"
source "board/freescale/mpc837xerdb/Kconfig"
source "board/ids/ids8313/Kconfig"