From db35ba76fbc9fd8a524543fc79cd0f2eed28084f Mon Sep 17 00:00:00 2001 From: Han Xu Date: Wed, 24 Jan 2018 16:02:00 -0600 Subject: [PATCH] MLK-17458: imx8mq: config: change the imx8mq ddr4 arm2 FIT offset Change the FIT image offset from 128MB to 64MB according to the NAND partition setting. Signed-off-by: Han Xu --- include/configs/imx8mq_arm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx8mq_arm2.h b/include/configs/imx8mq_arm2.h index 75dec8b71e..e8718d8adf 100644 --- a/include/configs/imx8mq_arm2.h +++ b/include/configs/imx8mq_arm2.h @@ -67,7 +67,7 @@ #define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_DMA_SUPPORT #define CONFIG_SPL_NAND_MXS -#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x8000000 /* Put the FIT out of first 128MB boot area */ +#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x4000000 /* Put the FIT out of first 64MB boot area */ #endif #define CONFIG_SPL_DMA_SUPPORT -- 2.17.1