[coreboot-gerrit] New patch to review for coreboot: purism/librem13: Fix select of EC_PURISM_LIBREM

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sat Jan 23 01:45:37 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13178

-gerrit

commit 979fb38df2b7a9d40778f9a85f550cf255488976
Author: Martin Roth <martinroth at google.com>
Date:   Fri Jan 22 17:44:31 2016 -0700

    purism/librem13: Fix select of EC_PURISM_LIBREM
    
    This was misspelled as EC_PURISM_LIBEM, causing the EC to not
    get included in the build.
    
    Change-Id: Iffbfb504926e1b90070c2dbf61c0c44ca8fb46bc
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/mainboard/purism/librem13/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/purism/librem13/Kconfig b/src/mainboard/purism/librem13/Kconfig
index 3599e49..32b97ec 100644
--- a/src/mainboard/purism/librem13/Kconfig
+++ b/src/mainboard/purism/librem13/Kconfig
@@ -3,7 +3,7 @@ if BOARD_PURISM_LIBREM13
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
 	select BOARD_ROMSIZE_KB_8192
-	select EC_PURISM_LIBEM
+	select EC_PURISM_LIBREM
 	select HAVE_ACPI_RESUME
 	select HAVE_ACPI_TABLES
 	select INTEL_INT15



More information about the coreboot-gerrit mailing list