[coreboot-gerrit] New patch to review for coreboot: 898f576 lenovo/x201: Fix wrong declaration in devicetree.cb

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Feb 16 18:12:25 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5255

-gerrit

commit 898f576b78b3a6c332aba414e5edf33c4e3bc34c
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Feb 16 18:03:45 2014 +0100

    lenovo/x201: Fix wrong declaration in devicetree.cb
    
    Change-Id: I90c6ff14ab819368ccc874008a7fb1410a543984
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x201/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/x201/devicetree.cb b/src/mainboard/lenovo/x201/devicetree.cb
index 37a430c..6c5229b 100644
--- a/src/mainboard/lenovo/x201/devicetree.cb
+++ b/src/mainboard/lenovo/x201/devicetree.cb
@@ -76,7 +76,7 @@ chip northbridge/intel/nehalem
 	end
 
 	device cpu_cluster 0 on
-		chip cpu/intel/model_206ax
+		chip cpu/intel/model_2065x
 			device lapic 0 on end
 		end
 	end



More information about the coreboot-gerrit mailing list