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:
9b60738
)
zynq-common: increase malloc pool len by dfu mmc file buffer size
author
Przemyslaw Marczak
<
[email protected]
>
Wed, 4 Mar 2015 13:01:28 +0000
(14:01 +0100)
committer
Tom Rini
<
[email protected]
>
Mon, 9 Mar 2015 15:13:28 +0000
(11:13 -0400)
The dfu mmc file buffer, which was static, now is allocated
by memalign(), so the malloc pool len should be also increased.
Signed-off-by: Przemyslaw Marczak <
[email protected]
>
Cc: Jagannadha Sutradharudu Teki <
[email protected]
>
Cc: Michal Simek <
[email protected]
>
Acked-by: Michal Simek <
[email protected]
>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index 864528a5ea1b39e8b39e089b45837812bc731a82..485babd8242a05b51b1a4aa4dccad407a95d7248 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-255,7
+255,7
@@
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x1000)
-#define CONFIG_SYS_MALLOC_LEN 0x
C
00000
+#define CONFIG_SYS_MALLOC_LEN 0x
14
00000
#define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_SDRAM_BASE
#define CONFIG_SYS_INIT_RAM_SIZE CONFIG_SYS_MALLOC_LEN
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \