diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-04-11 17:13:45 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-08 09:07:34 -0400 |
commit | f0f3762cb709d216c823f439e8c583041fc7b8a8 (patch) | |
tree | bc10d553b3bd6baf4f4ad215416fd48f7eb49201 /include/configs/khadas-vim.h | |
parent | 8b41464547330a39cc7e0ef87a5dd8f34db324e1 (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/khadas-vim.h')
-rw-r--r-- | include/configs/khadas-vim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/khadas-vim.h b/include/configs/khadas-vim.h index db65f71d43..3a9c1e6992 100644 --- a/include/configs/khadas-vim.h +++ b/include/configs/khadas-vim.h @@ -13,6 +13,6 @@ #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-khadas-vim.dtb\0" -#include <configs/meson-gxbb-common.h> +#include <configs/meson-gx-common.h> #endif /* __CONFIG_H */ |