diff options
author | Neil Armstrong | 2018-04-11 17:13:45 +0200 |
---|---|---|
committer | Tom Rini | 2018-05-08 09:07:34 -0400 |
commit | f0f3762cb709d216c823f439e8c583041fc7b8a8 (patch) | |
tree | bc10d553b3bd6baf4f4ad215416fd48f7eb49201 /board/amlogic/p212/p212.c | |
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 'board/amlogic/p212/p212.c')
-rw-r--r-- | board/amlogic/p212/p212.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amlogic/p212/p212.c b/board/amlogic/p212/p212.c index c1f2aca5670..06c2eaee47f 100644 --- a/board/amlogic/p212/p212.c +++ b/board/amlogic/p212/p212.c @@ -8,7 +8,7 @@ #include <dm.h> #include <environment.h> #include <asm/io.h> -#include <asm/arch/gxbb.h> +#include <asm/arch/gx.h> #include <asm/arch/sm.h> #include <asm/arch/eth.h> #include <asm/arch/mem.h> |