[PATCH v2 09/41] common: Allow a smaller console-recording pre-reloc
Simon Glass
sjg at chromium.org
Wed Nov 24 23:22:33 CET 2021
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 at chromium.org>
---
(no changes since v1)
common/Kconfig | 10 ++++++++++
common/console.c | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list