projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb90e8
)
armv8: ls2080a: Increase env sector size for qspi boot
author
Santan Kumar
<santan.kumar@nxp.com>
Wed, 9 Aug 2017 05:05:45 +0000
(10:35 +0530)
committer
York Sun
<york.sun@nxp.com>
Wed, 9 Aug 2017 16:57:33 +0000
(09:57 -0700)
Increase env sector size from 64kb to 256kb for qspi boot.
Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls2080a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2080a_common.h
b/include/configs/ls2080a_common.h
index 6ae5586d64fa3867d5bf6131a1ee3d8b3236d510..1ec6cb2cdecfe0a828472c922d8b935671ff15ba 100644
(file)
--- a/
include/configs/ls2080a_common.h
+++ b/
include/configs/ls2080a_common.h
@@
-33,7
+33,7
@@
#define CONFIG_SYS_TEXT_BASE 0x20100000
#define CONFIG_ENV_SIZE 0x2000 /* 8KB */
#define CONFIG_ENV_OFFSET 0x300000 /* 3MB */
-#define CONFIG_ENV_SECT_SIZE 0x
1
0000
+#define CONFIG_ENV_SECT_SIZE 0x
4
0000
#endif
#define CONFIG_SUPPORT_RAW_INITRD