
3 Oct
2018
3 Oct
'18
1:37 p.m.
From: Pankit Garg pankit.garg@nxp.com
Corrects the environment offset from 0x500000 to 0x1D0000, as per LS1012AFRWY flash layout.
Signed-off-by: Pankit Garg pankit.garg@nxp.com --- 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