commit | 4145fc189c8a2cc279933ef57888dcf3d7aa463f | [log] [tgz] |
---|---|---|
author | Pratyush Yadav <p.yadav@ti.com> | Fri Oct 16 16:16:33 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 28 11:49:31 2020 -0400 |
tree | d6efc97cf260f2bac8761f33b922cebc0a804aa2 | |
parent | 35b8b92c85167cee4f6ee44934f0ef8b909a4ed9 [diff] |
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>