aboutsummaryrefslogtreecommitdiff
path: root/board/sbc8641d/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-14 21:34:26 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 19:52:24 -0400
commit1c58857ad7913d618d0d9cde5aaf8a13bc7b0341 (patch)
treee7693a595ffcfc3f97e43b9362633eb535bb4b00 /board/sbc8641d/Kconfig
parented7fe2bee12a464da5b944cc2218d924793b8a80 (diff)
downloadu-boot-1c58857ad7913d618d0d9cde5aaf8a13bc7b0341.zip
u-boot-1c58857ad7913d618d0d9cde5aaf8a13bc7b0341.tar.gz
u-boot-1c58857ad7913d618d0d9cde5aaf8a13bc7b0341.tar.bz2
ppc: Remove sbc8641d board
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. This is also the last of the ARCH_MPC8641/MPC8610 platforms, so remove that support as well. Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sbc8641d/Kconfig')
-rw-r--r--board/sbc8641d/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig
deleted file mode 100644
index 8dfc90c..0000000
--- a/board/sbc8641d/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_SBC8641D
-
-config SYS_BOARD
- default "sbc8641d"
-
-config SYS_CONFIG_NAME
- default "sbc8641d"
-
-endif