Re: [PATCH v2 10/12] x86: zimage: Add silent-console processing

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:46AM -0700, Simon Glass wrote: > At present zimage does its own command-line processing and does not > support the 'silent console' feature. There doesn't seem to be any good > reason for this. > > Add support for silent console to zimage. > > Signed-off-by: Simon

[PATCH v2 10/12] x86: zimage: Add silent-console processing

2020-11-05 Thread Simon Glass
At present zimage does its own command-line processing and does not support the 'silent console' feature. There doesn't seem to be any good reason for this. Add support for silent console to zimage. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/lib/zimage.c | 14