From: Han Xu Date: Wed, 24 Jan 2018 22:02:00 +0000 (-0600) Subject: MLK-17458: imx8mq: config: change the imx8mq ddr4 arm2 FIT offset X-Git-Tag: rel_imx_4.9.88_2.0.0_ga~89 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=db35ba76fbc9fd8a524543fc79cd0f2eed28084f;p=u-boot.git 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 --- 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