]> Git Repo - J-u-boot.git/commit
configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN value
authorKuldeep Singh <[email protected]>
Thu, 25 Jun 2020 07:26:22 +0000 (12:56 +0530)
committerPriyanka Jain <[email protected]>
Mon, 27 Jul 2020 08:46:28 +0000 (14:16 +0530)
commit10669ed96576f367af57bb4200327b9dfed2b44b
treee49ed3362afccceacf6dc45e148b17191b1199dc
parentab84f4f375512e645b143d4afb346739b0aaa1db
configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN value

Previous attempt to increase CONFIG_SYS_MALLOC_LEN was done in commit
c084a8edf4e2 ("configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size")
which increased malloc memory to ~1M.

PFE firmware alone requires 3M of dynamic memory allocation and
therefore, increase the config value to a larger value i.e 5M. This size
should be enough as of now to accommodate further memory requirements.

Signed-off-by: Kuldeep Singh <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
include/configs/ls1012a_common.h
This page took 0.030506 seconds and 4 git commands to generate.