Re: [PATCH v1 43/43] acpi: Enable ACPI table generation by default on x86

2020-06-30 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > This should ideally be used by all x86 boards in U-Boot. Enable it by > default. If some boards don't use it, the cost is small. > > Signed-off-by: Simon Glass > --- > > arch/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > di

[PATCH v1 43/43] acpi: Enable ACPI table generation by default on x86

2020-06-14 Thread Simon Glass
This should ideally be used by all x86 boards in U-Boot. Enable it by default. If some boards don't use it, the cost is small. Signed-off-by: Simon Glass --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index a11f872938..650bc0dbca 100644 --- a/ar