common: Allow a smaller console-recording pre-reloc
authorSimon Glass <sjg@chromium.org>
Sat, 23 Oct 2021 23:26:03 +0000 (17:26 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 28 Nov 2021 23:51:51 +0000 (16:51 -0700)
commit8ce465e48dce96f027e12fcca659060834c0a9e8
tree6e9c35152acf0d80542859ed5087d2796072c185
parentb7c2cc49ffa50b8a0664460f3899536e07a78158
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>
common/Kconfig
common/console.c