[coreboot-gerrit] Patch set updated for coreboot: google/reef: Correct use of globalnvs.asl

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Tue Jun 14 17:13:27 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15178

-gerrit

commit 80389257c612a2dd1811197c977e6dc85e13a042
Author: Furquan Shaikh <furquan at google.com>
Date:   Mon Jun 13 22:29:00 2016 -0700

    google/reef: Correct use of globalnvs.asl
    
    Use the correct globalnvs.asl from apollolake.
    
    BUG=chrome-os-partner:54342
    
    Change-Id: I1a5b8f61c540bdb2668b532f032350d8e4d48010
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/dsdt.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/dsdt.asl b/src/mainboard/google/reef/dsdt.asl
index 8aa4259..e48db4b 100644
--- a/src/mainboard/google/reef/dsdt.asl
+++ b/src/mainboard/google/reef/dsdt.asl
@@ -23,7 +23,7 @@ DefinitionBlock(
 )
 {
 	/* global NVS and variables */
-	#include <soc/intel/skylake/acpi/globalnvs.asl>
+	#include <soc/intel/apollolake/acpi/globalnvs.asl>
 
 	/* CPU */
 	#include <soc/intel/apollolake/acpi/cpu.asl>



More information about the coreboot-gerrit mailing list