[coreboot-gerrit] Patch set updated for coreboot: 177b6e9 Provide sane Kconfig default for cmos.default.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Tue May 28 14:09:28 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3223

-gerrit

commit 177b6e91421e40d793e89366459f4794d2c444f2
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue May 28 13:46:12 2013 +0200

    Provide sane Kconfig default for cmos.default.
    
    This commit was tested on the PC Engines ALIX.1C  with the following commit:
      PC Engines ALIX.1C: Add CMOS defaults.
    
    Change-Id: I548005a58f430ed7b6da5249a24bbdcae440a1e9
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/arch/x86/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 5f46145..c7b2434 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -81,6 +81,7 @@ config HAVE_CMOS_DEFAULT
 
 config CMOS_DEFAULT_FILE
 	string
+	default "src/mainboard/$(MAINBOARDDIR)/cmos.default"
 	depends on HAVE_CMOS_DEFAULT
 
 config BOOTBLOCK_SOUTHBRIDGE_INIT



More information about the coreboot-gerrit mailing list