Hello build bot (Jenkins), Nico Huber, Frans Hendriks, Alexander Couzens, Patrick Rudolph, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45123
to look at the new patch set (#4).
Change subject: mb/Kconfig: Move MAINBOARD_FAMILY declaration to mb/Kconfig ......................................................................
mb/Kconfig: Move MAINBOARD_FAMILY declaration to mb/Kconfig
This to make it visible defined at the right place in kconfig tools like menuconfig instead of an odd place. Also remove 'ifdef CONFIG_MAINBOARD_FAMILY' as 'smbios_add_string' will return "0" as per SMBIOS specification for empty strings (section 6.1.3).
Change-Id: If007988496c972185bad097535c5fd30ccfcd45b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/smbios.c M src/mainboard/Kconfig 2 files changed, 4 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/45123/4