summaryrefslogtreecommitdiff
path: root/src/mainboard/cubietech/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-05-30 22:40:20 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-08-05 08:26:58 +0000
commit041200fae35f3701c160f96fbb617cddb72375fa (patch)
tree757a50e9bac544ef256e21270b9480e10a64423f /src/mainboard/cubietech/Kconfig
parent2e92adce773829efa1501a70d30a42dfa0e7f725 (diff)
downloadcoreboot-041200fae35f3701c160f96fbb617cddb72375fa.tar.xz
mb/cubietech/cubieboard: Remove board
The Allwinner code was never completed and lacks a driver to load romstage from the bootblock. Change-Id: I12e9d7213ce61ab757e9317a63299d5d82e69acb Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33132 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/cubietech/Kconfig')
-rw-r--r--src/mainboard/cubietech/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainboard/cubietech/Kconfig b/src/mainboard/cubietech/Kconfig
deleted file mode 100644
index c0e9cc1357..0000000000
--- a/src/mainboard/cubietech/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-if VENDOR_CUBIETECH
-
-# Auto select common options
-choice
- prompt "Mainboard model"
-
-source "src/mainboard/cubietech/*/Kconfig.name"
-
-endchoice
-
-source "src/mainboard/cubietech/*/Kconfig"
-
-config MAINBOARD_VENDOR
- string
- default "Cubietech"
-
-endif # VENDOR_CUBIETECH