summaryrefslogtreecommitdiff
path: root/board/tqc/tqm834x/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:19 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:23 +0300
commit5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b (patch)
tree82ef6fed010d3e36ef6888d7262ed99bde7784c9 /board/tqc/tqm834x/Kconfig
parentbb656c687b985028b0e6bfb52923ba5cc5577b3f (diff)
downloadu-boot-5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b.tar.xz
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 'board/tqc/tqm834x/Kconfig')
-rw-r--r--board/tqc/tqm834x/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/tqc/tqm834x/Kconfig b/board/tqc/tqm834x/Kconfig
deleted file mode 100644
index 028b8466e8..0000000000
--- a/board/tqc/tqm834x/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_TQM834X
-
-config SYS_BOARD
- default "tqm834x"
-
-config SYS_VENDOR
- default "tqc"
-
-config SYS_CONFIG_NAME
- default "TQM834x"
-
-endif