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:
63bb759
)
omap3: cm-t3517: change environment size
author
Dmitry Lifshitz
<lifshitz@compulab.co.il>
Wed, 9 Sep 2015 08:25:39 +0000
(11:25 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Sep 2015 21:15:33 +0000
(17:15 -0400)
Mainline CM-T3517 U-Boot environment size differs from that one
shipped with CM-T3517 boards.
Update environment size, to avoid backward compatibility issues.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
include/configs/cm_t3517.h
patch
|
blob
|
history
diff --git
a/include/configs/cm_t3517.h
b/include/configs/cm_t3517.h
index
4c3dcfe
..
6bcba93
100644
(file)
--- a/
include/configs/cm_t3517.h
+++ b/
include/configs/cm_t3517.h
@@
-66,7
+66,7
@@
/*
* Size of malloc() pool
*/
-#define CONFIG_ENV_SIZE (1
6 << 10) /* 16
KiB */
+#define CONFIG_ENV_SIZE (1
28 << 10) /* 128
KiB */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10))
/*