Skip to content
Snippets Groups Projects
Commit 0f4e1ace authored by Santan Kumar's avatar Santan Kumar Committed by York Sun
Browse files

board/ls2080aqds, SD-boot: Update env offset


As per new memory layout, Update env offset
from 0x200000 to 0x300000

Signed-off-by: default avatarSantan Kumar <santan.kumar@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent 020b3ce8
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_SYS_NAND_U_BOOT_OFFS (256 * 1024)
#define CONFIG_SYS_NAND_U_BOOT_SIZE (640 * 1024)
#elif defined(CONFIG_SD_BOOT)
#define CONFIG_ENV_OFFSET 0x200000
#define CONFIG_ENV_OFFSET 0x300000
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_ENV_SIZE 0x20000
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment