On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@chromium.org> wrote: > > If there is nothing in the SSDT we should not include it in the tables. > Update the implementation to check this. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/lib/acpi_table.c | 22 +++++++++++++++------- > 1 file changed, 15 insertions(+), 7 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>