[coreboot-gerrit] New patch to review for coreboot: [NOTFORMERGE] Kconfig: Do not build SMBIOS table by default

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Dec 8 13:25:09 CET 2016


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17774

-gerrit

commit 1a9e8b244b34c5147f7252e8ac032a9e15861dd8
Author: Paul Menzel <pmenzel at molgen.mpg.de>
Date:   Thu Dec 8 13:22:44 2016 +0100

    [NOTFORMERGE] Kconfig: Do not build SMBIOS table by default
    
    This is for build testing the code.
    
    Change-Id: I9695ed9e2bf0ccb1bf1e1cf5bf6e7eef3e772fe2
    Signed-off-by: Paul Menzel <pmenzel at molgen.mpg.de>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index a22a2b3..154ecb4 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -757,7 +757,7 @@ config GENERATE_PIRQ_TABLE
 config GENERATE_SMBIOS_TABLES
 	depends on ARCH_X86
 	bool "Generate SMBIOS tables"
-	default y
+	default n
 	help
 	  Generate SMBIOS tables for this board.
 



More information about the coreboot-gerrit mailing list