mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
smbios: select CONFIG_BLOBLIST
Since commit53d5a22163
("emulation: Use bloblist to hold tables") `make qemu-riscv64_smode_defconfig acpi.config && make` fails with drivers/misc/qfw_smbios.c:93:(.text.qfw_evt_write_smbios_tables+0xe): undefined reference to `bloblist_add' Build with bloblist support. Fixes:53d5a22163
("emulation: Use bloblist to hold tables") Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
93f3f143d6
commit
253af704c5
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@ config QFW_SMBIOS
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on QFW && SMBIOS && !SANDBOX && !SYSINFO_SMBIOS
|
depends on QFW && SMBIOS && !SANDBOX && !SYSINFO_SMBIOS
|
||||||
|
select BLOBLIST
|
||||||
help
|
help
|
||||||
Hidden option to read SMBIOS tables from QEMU.
|
Hidden option to read SMBIOS tables from QEMU.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue