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:
e80f9e1
)
imx: mx6sxsabresd: enlarge ENV offset
author
Peng Fan
<peng.fan@nxp.com>
Tue, 2 Jan 2018 01:32:10 +0000
(09:32 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 12 Jan 2018 13:28:04 +0000
(14:28 +0100)
The u-boot-dtb.imx size is about 519KB, so 8 * 64KB conflicts
with u-boot-dtb.imx. Enlarge the offset to 14 * 64KB to fix it.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/mx6sxsabresd.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6sxsabresd.h
b/include/configs/mx6sxsabresd.h
index
b20e436
..
1eaaf01
100644
(file)
--- a/
include/configs/mx6sxsabresd.h
+++ b/
include/configs/mx6sxsabresd.h
@@
-203,7
+203,7
@@
#endif
#endif
-#define CONFIG_ENV_OFFSET (
8
* SZ_64K)
+#define CONFIG_ENV_OFFSET (
14
* SZ_64K)
#define CONFIG_ENV_SIZE SZ_8K
#define CONFIG_SYS_FSL_USDHC_NUM 3