From: Pankit Garg <[email protected]> Corrects the environment offset from 0x500000 to 0x1D0000, as per LS1012AFRWY flash layout.
Signed-off-by: Pankit Garg <[email protected]> --- include/configs/ls1012afrwy.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h index 75ae329e11..dabb4904e1 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -31,11 +31,7 @@ #endif #undef CONFIG_ENV_OFFSET -#ifdef CONFIG_TFABOOT -#define CONFIG_ENV_OFFSET 0x500000 -#else #define CONFIG_ENV_OFFSET 0x1D0000 -#endif #undef FSL_QSPI_FLASH_SIZE #define FSL_QSPI_FLASH_SIZE SZ_16M #undef CONFIG_ENV_SECT_SIZE -- 2.17.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

