commit | 98bf740e7f690951acf672486d57587e21237da8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:41 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:33 2020 +0800 |
tree | b9894ef1c6296aae3e94b5f28ebe27f4ec207c6c | |
parent | 7f061e0d255d5cdfbd216960134ea66e474ae819 [diff] |
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>