Re: [PATCH] configs: am64x_evm_r5_defconfig: enlarge simple malloc pool

2024-03-04 Thread Tom Rini
On Fri, Feb 09, 2024 at 09:06:53AM +0100, Thomas Weißschuh wrote: > With the default size the stack grows into the malloc, pool leading to > stack corruption and boot failure. > > Signed-off-by: Thomas Weißschuh Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

[PATCH] configs: am64x_evm_r5_defconfig: enlarge simple malloc pool

2024-02-09 Thread Thomas Weißschuh
With the default size the stack grows into the malloc, pool leading to stack corruption and boot failure. Signed-off-by: Thomas Weißschuh --- Note: Maybe this should be increased for a broader set of devices. --- configs/am64x_evm_r5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git