There is the 8M block sized NAND chip on QXP board, the previous 64MB
u-boot environment offset overlapped with the boot image location.
Changed the offset from 64MB to 120MB to avoid the overlap.
Signed-off-by: Han Xu <han.xu@nxp.com>
#ifdef CONFIG_NAND_BOOT
#define CONFIG_ENV_IS_IN_NAND
-#define CONFIG_ENV_OFFSET (64 << 20)
+#define CONFIG_ENV_OFFSET (120 << 20)
#elif defined(CONFIG_QSPI_BOOT)
#define CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_OFFSET (4 * 1024 * 1024)