* [PATCH] configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool
@ 2025-01-15 10:38 Daniel Schultz
2025-01-23 23:14 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Schultz @ 2025-01-15 10:38 UTC (permalink / raw)
To: w.egorov, trini, u-boot; +Cc: upstream, Daniel Schultz
Increase the malloc pool size for the SPL by additional 4kB from
0x7000 to 0x8000.
This fixes following error message:
...
alloc space exhausted ptr 7028 limit 7000
DRAM init failed: -12
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
configs/phycore_am62x_r5_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/phycore_am62x_r5_defconfig b/configs/phycore_am62x_r5_defconfig
index a856e69d88c..c5ddcd72852 100644
--- a/configs/phycore_am62x_r5_defconfig
+++ b/configs/phycore_am62x_r5_defconfig
@@ -21,7 +21,7 @@ CONFIG_SPL_MMC=y
CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL_STACK_R_ADDR=0x82000000
-CONFIG_SPL_SYS_MALLOC_F_LEN=0x7000
+CONFIG_SPL_SYS_MALLOC_F_LEN=0x8000
CONFIG_SPL_TEXT_BASE=0x43c00000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x43c3b000
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool
2025-01-15 10:38 [PATCH] configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool Daniel Schultz
@ 2025-01-23 23:14 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2025-01-23 23:14 UTC (permalink / raw)
To: w.egorov, u-boot, Daniel Schultz; +Cc: upstream
On Wed, 15 Jan 2025 02:38:13 -0800, Daniel Schultz wrote:
> Increase the malloc pool size for the SPL by additional 4kB from
> 0x7000 to 0x8000.
>
> This fixes following error message:
> ...
> alloc space exhausted ptr 7028 limit 7000
> DRAM init failed: -12
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-23 23:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 10:38 [PATCH] configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool Daniel Schultz
2025-01-23 23:14 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox