Re: [PATCH] common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables

2022-05-11 Thread Tom Rini
On Tue, May 03, 2022 at 02:37:39PM +0200, Rasmus Villemoes wrote: > There is currently no support for PRE_CONSOLE_BUFFER in SPL, but if > and when that gets implemented, one would almost certainly want to use > a different address and/or size for the buffer (e.g., U-Boot proper > might specify an

[PATCH] common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables

2022-05-03 Thread Rasmus Villemoes
There is currently no support for PRE_CONSOLE_BUFFER in SPL, but if and when that gets implemented, one would almost certainly want to use a different address and/or size for the buffer (e.g., U-Boot proper might specify an address in DRAM and a generous buffer, while SPL would be much more constra