]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8718ef7392599a804f226d60a293b29e8ce3caa0
tree20a9e3fcc24ed804b7d90ff69a725babca85f040
parente728d3dc24714d9babb9d5bd4dcfdc2fb52fbe6f
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