summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/imxrt/include/bsp.h')
-rw-r--r--bsps/arm/imxrt/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/imxrt/include/bsp.h b/bsps/arm/imxrt/include/bsp.h
index f93c28aee0..6d5c7fe05e 100644
--- a/bsps/arm/imxrt/include/bsp.h
+++ b/bsps/arm/imxrt/include/bsp.h
@@ -57,7 +57,7 @@ extern "C" {
#define BSP_FEATURE_IRQ_EXTENSION
#define BSP_FDT_IS_SUPPORTED
-extern const unsigned char imxrt_dtb[];
+extern const unsigned char imxrt_dtb[] __attribute__(( __aligned__(8) ));
extern const size_t imxrt_dtb_size;
void *imx_get_reg_of_node(const void *fdt, int node);