x86: acpi: Don't show the UART address by default
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:41 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 01:51:33 +0000 (09:51 +0800)
commit98bf740e7f690951acf672486d57587e21237da8
treeb9894ef1c6296aae3e94b5f28ebe27f4ec207c6c
parent7f061e0d255d5cdfbd216960134ea66e474ae819
x86: acpi: Don't show the UART address by default

This is useful when using Linux's earlycon since the MMIO address must be
provided on some platforms, e.g.:

   earlycon=uart8250,mmio32,0xddffc000,115200n8

However this is only for debugging, so don't show it by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/acpi_table.c