diff options
author | Santan Kumar <santan.kumar@nxp.com> | 2017-06-09 11:48:04 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-01 08:28:56 -0700 |
commit | 0f4e1ace27db48eaa1fff13bac89a9f1d63f13b8 (patch) | |
tree | 2cbc19ed03106d45d9d569595189996a25f6337c /include/configs | |
parent | 020b3ce8aeec1f452c2a3a7d37c53b4d1574ec35 (diff) | |
download | u-boot-0f4e1ace27db48eaa1fff13bac89a9f1d63f13b8.tar.gz u-boot-0f4e1ace27db48eaa1fff13bac89a9f1d63f13b8.tar.xz u-boot-0f4e1ace27db48eaa1fff13bac89a9f1d63f13b8.zip |
board/ls2080aqds, SD-boot: Update env offset
As per new memory layout, Update env offset
from 0x200000 to 0x300000
Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls2080aqds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 929ae3286a..e3bc68b5e6 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -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 |