On Mon, Jan 27, 2020 at 1:08 PM Simon Glass <s...@chromium.org> wrote: > > This function needs to be used by sandbox for tests. Move it into the > generic directory. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > include/acpi_table.h | 10 ++++++++++ > lib/acpi/acpi_table.c | 10 ++++++++++ > test/dm/acpi.c | 28 ++++++++++++++++++++++++++++ > 3 files changed, 48 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>