projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020b3ce
)
board/ls2080aqds, SD-boot: Update env offset
author
Santan Kumar
<santan.kumar@nxp.com>
Fri, 9 Jun 2017 06:18:04 +0000
(11:48 +0530)
committer
York Sun
<york.sun@nxp.com>
Tue, 1 Aug 2017 15:28:56 +0000
(08:28 -0700)
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>
include/configs/ls2080aqds.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2080aqds.h
b/include/configs/ls2080aqds.h
index
929ae32
..
e3bc68b
100644
(file)
--- 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 0x
2
00000
+#define CONFIG_ENV_OFFSET 0x
3
00000
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_ENV_SIZE 0x20000
#endif