summaryrefslogtreecommitdiff
path: root/board/amlogic/nanopi-k2/Kconfig
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-10-19 13:27:40 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2018-11-26 14:40:51 +0100
commitd54e03b612e4e8dcb406b95a8a6a2f8fd7fb055b (patch)
tree0d72e7d8e7c5a85c8617a93bc08a93f8642b346e /board/amlogic/nanopi-k2/Kconfig
parent302987b6c56dba7e694b0ac8233e2b0c2aa107e6 (diff)
board: amlogic: factorise gxbb boards
The nanopi-k2 and the odroid-c2 are similar enough to be supported by the same u-boot board. This change use odroid-c2 u-boot board for the nanopi-k2 as well. Dedicated defconfig are kept to customize the names and device tree. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board/amlogic/nanopi-k2/Kconfig')
-rw-r--r--board/amlogic/nanopi-k2/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/amlogic/nanopi-k2/Kconfig b/board/amlogic/nanopi-k2/Kconfig
deleted file mode 100644
index 374bda200c..0000000000
--- a/board/amlogic/nanopi-k2/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_NANOPI_K2
-
-config SYS_BOARD
- default "nanopi-k2"
-
-config SYS_VENDOR
- default "amlogic"
-
-config SYS_CONFIG_NAME
- default "nanopi-k2"
-
-endif