diff options
Diffstat (limited to 'plat/meson/gxbb/include')
-rw-r--r-- | plat/meson/gxbb/include/plat_macros.S | 2 | ||||
-rw-r--r-- | plat/meson/gxbb/include/platform_def.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plat/meson/gxbb/include/plat_macros.S b/plat/meson/gxbb/include/plat_macros.S index 948b5f98f..c721c21b6 100644 --- a/plat/meson/gxbb/include/plat_macros.S +++ b/plat/meson/gxbb/include/plat_macros.S @@ -7,7 +7,7 @@ #ifndef PLAT_MACROS_S #define PLAT_MACROS_S -#include <gicv2.h> +#include <drivers/arm/gicv2.h> #include <platform_def.h> .section .rodata.gic_reg_name, "aS" diff --git a/plat/meson/gxbb/include/platform_def.h b/plat/meson/gxbb/include/platform_def.h index a85637fe2..da4aedde8 100644 --- a/plat/meson/gxbb/include/platform_def.h +++ b/plat/meson/gxbb/include/platform_def.h @@ -8,7 +8,7 @@ #define PLATFORM_DEF_H #include <arch.h> -#include <utils_def.h> +#include <lib/utils_def.h> #include "../gxbb_def.h" |