Re: [PATCH 30/32] x86: acpi: Don't show the UART address by default

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > 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-

[PATCH 30/32] x86: acpi: Don't show the UART address by default

2020-09-27 Thread Simon Glass
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 --- arch/x86/lib/acpi_table.c | 2 +- 1 file