diff mbox

[U-Boot,1/1] board/ls2080aqds, SD-boot: Update env offset

Message ID 1496989088-6333-1-git-send-email-santan.kumar@nxp.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Santan Kumar June 9, 2017, 6:18 a.m. UTC
As per new memory layout, Update env offset
from 0x200000 to 0x300000

Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
---
 include/configs/ls2080aqds.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun Aug. 7, 2017, 7:56 p.m. UTC | #1
On 06/08/2017 11:15 PM, Santan Kumar wrote:
> As per new memory layout, Update env offset
> from 0x200000 to 0x300000
> 
> Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
> ---

Applied to fsl-qoriq master. Thanks.

York
diff mbox

Patch

diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h
index 8a8ee9d..c32c184 100644
--- a/include/configs/ls2080aqds.h
+++ b/include/configs/ls2080aqds.h
@@ -238,7 +238,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_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV		0
 #define CONFIG_ENV_SIZE			0x20000