configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool
authorDaniel Schultz <d.schultz@phytec.de>
Wed, 15 Jan 2025 10:38:13 +0000 (02:38 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2025 18:11:50 +0000 (12:11 -0600)
commitd87a706b9b0ee085367032c161bce276f2bc6d07
treecf039cfdbd0e808a282843ca691b242c5f8196f7
parent86f3c1cc4750e9de0ee1f44c03219b919f49365a
configs: phycore_am62x_r5_defconfig: Increase SPL Malloc Pool

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