]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Increase the pre-relocation memory
authorPratyush Yadav <p.yadav@ti.com>
Fri, 16 Oct 2020 10:46:33 +0000 (16:16 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 28 Oct 2020 15:49:31 +0000 (11:49 -0400)
commit4145fc189c8a2cc279933ef57888dcf3d7aa463f
treed6efc97cf260f2bac8761f33b922cebc0a804aa2
parent35b8b92c85167cee4f6ee44934f0ef8b909a4ed9
Kconfig: Increase the pre-relocation memory

The memory is close to full and adding a syscon node in test.dts makes
it go over the limit and makes malloc() fail on startup.

Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig