summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-09-19 22:30:16 -0700
committerYe Li <ye.li@nxp.com>2018-09-20 22:02:46 -0700
commitbde4bc6cd9858aa14c6d31b9d94f0d8add8dfd96 (patch)
treed39c8fdfbbce5c9cdfe87aaaf85b68bea0c72919
parent389161ef31bed9dad5a502fb24e445402e1465eb (diff)
MLK-19660 imx8mq_arm2: fix build break due to header file missed
The "imx_env.h" is not included, so when using default mfgtool environments, we get build break. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--include/configs/imx8mq_arm2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/imx8mq_arm2.h b/include/configs/imx8mq_arm2.h
index 478ab7276f..fc86accbbe 100644
--- a/include/configs/imx8mq_arm2.h
+++ b/include/configs/imx8mq_arm2.h
@@ -9,6 +9,7 @@
#include <linux/sizes.h>
#include <asm/arch/imx-regs.h>
+#include "imx_env.h"
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CSF_SIZE 0x2000 /* 8K region */