On Thu, Jan 21, 2021 at 11:13 AM Bin Meng <[email protected]> wrote:
>
> On Thu, Jan 21, 2021 at 4:38 AM Heinrich Schuchardt <[email protected]> 
> wrote:
> >
> > Trying to compile qemu-x86_64_defconfig with CONFIG_CMD_ACPI=y and
> > CONFIG_ACPIGEN=n fails with
> >
> > ld.bfd: cmd/built-in.o: in function `do_acpi_items':
> > cmd/acpi.c:162: undefined reference to `acpi_dump_items'
> >
> > Add the missing configuration dependency.
> >
> > Signed-off-by: Heinrich Schuchardt <[email protected]>
> > ---
> >  cmd/Kconfig | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
>
> Reviewed-by: Bin Meng <[email protected]>

applied to u-boot-x86, thanks!

Reply via email to