aboutsummaryrefslogtreecommitdiff
path: root/board/spear/spear300/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-22 08:47:11 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 22:22:42 -0400
commit0e377bbabbf288f1d88dd95964986e8a681a77e2 (patch)
tree996cbf38e8d2198c15d0ea130c145078a2f868fc /board/spear/spear300/Kconfig
parentaa697e6904ba1b3144a46ec642d4695e7c0cdc3e (diff)
downloadu-boot-0e377bbabbf288f1d88dd95964986e8a681a77e2.zip
u-boot-0e377bbabbf288f1d88dd95964986e8a681a77e2.tar.gz
u-boot-0e377bbabbf288f1d88dd95964986e8a681a77e2.tar.bz2
arm: Remove spear300 boards
These boards have not been converted to CONFIG_DM_USB by the deadline and is also missing conversion to CONFIG_DM. Remove them. Cc: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/spear/spear300/Kconfig')
-rw-r--r--board/spear/spear300/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/spear/spear300/Kconfig b/board/spear/spear300/Kconfig
deleted file mode 100644
index 27360f3..0000000
--- a/board/spear/spear300/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_SPEAR300
-
-config SYS_BOARD
- default "spear300"
-
-config SYS_VENDOR
- default "spear"
-
-config SYS_SOC
- default "spear"
-
-config SYS_CONFIG_NAME
- default "spear3xx_evb"
-
-endif