]> git.sur5r.net Git - u-boot/commit
Kconfig: Enlarge default SYS_MALLOC_F_LEN for AM33XX
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 12 Apr 2018 16:09:58 +0000 (18:09 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Apr 2018 22:45:35 +0000 (18:45 -0400)
commit90e407ae01838692bacfbcbcb83d0fb33f3ba7e7
tree9008d5a9e80c31ff13dcd0a5d12e5540ab752cc0
parent4f67b93fb7f558dbdd5f7a3e763ec19b6ec62460
Kconfig: Enlarge default SYS_MALLOC_F_LEN for AM33XX

Since commit 8e14ba7bd524 ("gpio: omap_gpio: Add DM_FLAG_PRE_RELOC
flag") omap GPIO gets bound before relocation.  Unfortunately due to
this, on at least the beaglebone black, the pre-relocation memory pool
gets exhausted before probing the serial port. This then causes u-boot
to panic as CONFIG_REQUIRE_SERIAL_CONSOLE is set...

Resolve this by resizing the default size of the pre-relocation malloc
pool for AM335X platforms.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Kconfig