commit | 9803ddf8b2acdf26cf1079ab7447bc9e3b72f19b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 23 17:26:03 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Nov 28 16:51:51 2021 -0700 |
tree | 6e9c35152acf0d80542859ed5087d2796072c185 | |
parent | b94d204830bc0e80c9c460bd549a27d0f9b8bb65 [diff] |
common: Allow a smaller console-recording pre-reloc Before relocation there is generally not as much available memory and not that much console output. At present the console-output buffer is the same side before and after relocation. Add a separate Kconfig option to remove this limitation. Signed-off-by: Simon Glass <sjg@chromium.org>