summaryrefslogtreecommitdiffstats
path: root/include/configs/trats.h
diff options
context:
space:
mode:
authorŁukasz Majewski <l.majewski@samsung.com>2013-06-28 18:43:53 +0200
committerMinkyu Kang <mk7.kang@samsung.com>2013-07-05 18:46:14 +0900
commit9199fce23968c9657e00b74ee44f41d0e0fe68b5 (patch)
tree2663633ff66f6046a712f6cd32407fae5047dddd /include/configs/trats.h
parent643be9c07e1c2abcc45d0efd4bbe562c4cb8dcaa (diff)
downloadblackbird-obmc-uboot-9199fce23968c9657e00b74ee44f41d0e0fe68b5.tar.gz
blackbird-obmc-uboot-9199fce23968c9657e00b74ee44f41d0e0fe68b5.zip
arm:trats: Increase malloc pool size (for DFU ext4 transfers)
Commit: dfu: make data buffer size configurable SHA1: 89a72b2e0e141042c9109185e02d39b2107ffc62 replaced statically allocated buffers with one allocated with memalign. Malloc pool size of 1MiB was too small, since we needed bigger buffer to transfer for example uImage. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r--include/configs/trats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index c70838b915..103295e967 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -66,7 +66,7 @@
#define CONFIG_MACH_TYPE MACH_TYPE_TRATS
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20))
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (16 << 20))
/* select serial console configuration */
#define CONFIG_SERIAL2 /* use SERIAL 2 */
OpenPOWER on IntegriCloud