summaryrefslogtreecommitdiff
path: root/include/configs/libretech-cc.h
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-04-11 17:13:45 +0200
committerTom Rini <trini@konsulko.com>2018-05-08 09:07:34 -0400
commitf0f3762cb709d216c823f439e8c583041fc7b8a8 (patch)
treebc10d553b3bd6baf4f4ad215416fd48f7eb49201 /include/configs/libretech-cc.h
parent8b41464547330a39cc7e0ef87a5dd8f34db324e1 (diff)
ARM: meson: rename GXBB to GX
Taking into account the Amlogic Family name starts with GX, including the GXBB, GXL and GXM SoCs. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include/configs/libretech-cc.h')
-rw-r--r--include/configs/libretech-cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/libretech-cc.h b/include/configs/libretech-cc.h
index dc778dc66a..b44d3bdd32 100644
--- a/include/configs/libretech-cc.h
+++ b/include/configs/libretech-cc.h
@@ -13,6 +13,6 @@
#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-libretech-cc.dtb\0"
-#include <configs/meson-gxbb-common.h>
+#include <configs/meson-gx-common.h>
#endif /* __CONFIG_H */