summaryrefslogtreecommitdiff
path: root/include/configs/odroid-c2.h
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-10-25 17:41:37 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2018-11-26 16:40:52 +0300
commit96a739b4608dfa6e575b17290d25d7b7c525d517 (patch)
tree66d7c4d3bd0ff81f74e1a804ab053bbd3fac54b9 /include/configs/odroid-c2.h
parentd54e03b612e4e8dcb406b95a8a6a2f8fd7fb055b (diff)
downloadu-boot-96a739b4608dfa6e575b17290d25d7b7c525d517.tar.xz
ARM: rework amlogic configuration
Rework the board SYS_BOARD, SYS_VENDOR and SYS_CONFIG_NAME setup by moving the board Kconfig into the mach-meson Kconfig to make it easier to add new boards for a SoC architecture and add a custom config header or custom board handler for a platform. This drops the board CONFIGs and the duplicate boards configs headers in favor of a single meson64.h config header. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include/configs/odroid-c2.h')
-rw-r--r--include/configs/odroid-c2.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h
deleted file mode 100644
index 87e3ddb342..0000000000
--- a/include/configs/odroid-c2.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Configuration for ODROID-C2
- * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <configs/meson-gx-common.h>
-
-#endif /* __CONFIG_H */