commit | b3c9383b3e7f6625a840eefd40f0ab4d3fbdadb7 | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | Fri Feb 09 09:06:53 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 04 13:41:04 2024 -0500 |
tree | 4dd088918257877f3a3ef141a879468a3f0d73b3 | |
parent | 6f6ffd46b316d8a1f363ca56302ce149c3bf11d3 [diff] |
configs: am64x_evm_r5_defconfig: enlarge simple malloc pool With the default size the stack grows into the malloc, pool leading to stack corruption and boot failure. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>