Re: [PATCH] acpi: Move acpi_write_tables() to a generic header

2022-02-11 Thread Tom Rini
On Sat, Jan 29, 2022 at 02:30:52PM -0700, Simon Glass wrote: > This function is used by both x86 and sandbox. Put it in a common header > file. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] acpi: Move acpi_write_tables() to a generic header

2022-01-29 Thread Simon Glass
This function is used by both x86 and sandbox. Put it in a common header file. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/acpi_table.h | 2 +- arch/x86/include/asm/acpi_table.h | 2 -- include/acpi/acpi_table.h | 10 ++ 3 files changed, 11 insertions(+), 3