From bde4bc6cd9858aa14c6d31b9d94f0d8add8dfd96 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Wed, 19 Sep 2018 22:30:16 -0700 Subject: 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 Reviewed-by: Peng Fan --- include/configs/imx8mq_arm2.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#include "imx_env.h" #ifdef CONFIG_SECURE_BOOT #define CONFIG_CSF_SIZE 0x2000 /* 8K region */ -- cgit v1.2.3