]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Kconfig
spl: Tidy up SPL/TPL malloc sizes
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2021 20:57:06 +0000 (13:57 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:41 +0000 (14:25 -0700)
commit1426174f3fb0727321531504afbde110ef716573
treec108ad23b5000f771d23a5985cee1b25b31bdbb3
parent10f746591fba16a48f0e3d14641be09f01982807
spl: Tidy up SPL/TPL malloc sizes

The current help talks about relocation which doesn't apply to SPL and
TPL. Update it to avoid confusion.

Also make the TPL size default to the same as the SPL size, since this is
more likely to be a useful value than the one used by U-Boot proper, which
may be quite a bit larger.

Signed-off-by: Simon Glass <sjg@chromium.org>
Kconfig