aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc83xx
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-14 21:34:19 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 19:52:23 -0400
commit5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b (patch)
tree82ef6fed010d3e36ef6888d7262ed99bde7784c9 /arch/powerpc/cpu/mpc83xx
parentbb656c687b985028b0e6bfb52923ba5cc5577b3f (diff)
downloadu-boot-5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b.zip
u-boot-5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b.tar.gz
u-boot-5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b.tar.bz2
ppc: Remove TQM834x 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/powerpc/cpu/mpc83xx')
-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 e751daa..a67216a 100644
--- a/arch/powerpc/cpu/mpc83xx/Kconfig
+++ b/arch/powerpc/cpu/mpc83xx/Kconfig
@@ -89,11 +89,6 @@ config TARGET_KMTEPR2
select VENDOR_KM
select KM_ENABLE_FULL_DM_DTS_SUPPORT
-config TARGET_TQM834X
- bool "Support TQM834x"
- select ARCH_MPC8349
-
-
config TARGET_GAZERBEAM
bool "Support gazerbeam"
select ARCH_MPC8308
@@ -277,7 +272,6 @@ source "board/freescale/mpc8349emds/Kconfig"
source "board/freescale/mpc837xerdb/Kconfig"
source "board/ids/ids8313/Kconfig"
source "board/keymile/Kconfig"
-source "board/tqc/tqm834x/Kconfig"
source "board/gdsys/mpc8308/Kconfig"
endmenu