commit | bbfdaf32552ae20a16e36bbb0e04ce7a1518c00c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 13:57:06 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | c108ad23b5000f771d23a5985cee1b25b31bdbb3 | |
parent | 333e3a9e25d7bb579137feab95f8b33e111c5dce [diff] |
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>