x86: zimage: Add silent-console processing
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 17:33:46 +0000 (10:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:10:00 +0000 (16:10 -0500)
commit488d89afb88af5f148c7c7cf97ac382a0537b4f7
tree20a9e3fcc24ed804b7d90ff69a725babca85f040
parent4448fe8e4e7cc4dc5336a2d27fa6048057eaf1a6
x86: zimage: Add silent-console processing

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 <sjg@chromium.org>
arch/x86/lib/zimage.c