projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517771
)
board/ls2085_common: Increase malloc length
author
Prabhakar Kushwaha
<prabhakar@freescale.com>
Thu, 19 Mar 2015 16:20:47 +0000
(09:20 -0700)
committer
York Sun
<yorksun@freescale.com>
Thu, 23 Apr 2015 15:55:52 +0000
(08:55 -0700)
Increase malloc length for more than 2M.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/ls2085a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2085a_common.h
b/include/configs/ls2085a_common.h
index 94d372f791892cf9cb3051e6da8f2acdcdf5f686..aca7301ae171ae4e37de4f048b2bcfaf90a7be09 100644
(file)
--- a/
include/configs/ls2085a_common.h
+++ b/
include/configs/ls2085a_common.h
@@
-78,7
+78,7
@@
#define COUNTER_FREQUENCY 12000000 /* 12MHz */
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE +
12
8 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE +
204
8 * 1024)
/* I2C */
#define CONFIG_CMD_I2C