diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-16 18:03:45 +0100 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2014-02-17 10:24:58 +0100 |
commit | 6c3413ab5f2edb417efe8b91b49f38795699f73e (patch) | |
tree | 4c8c19eaf5c15222da15f83aca147f15031a5378 | |
parent | ce7ecf9cc7cd7370c8f5779ea5e12c67928ad6e1 (diff) | |
download | coreboot-6c3413ab5f2edb417efe8b91b49f38795699f73e.tar.xz |
lenovo/x201: Fix wrong declaration in devicetree.cb
Change-Id: I90c6ff14ab819368ccc874008a7fb1410a543984
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5255
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
-rw-r--r-- | src/mainboard/lenovo/x201/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x201/devicetree.cb b/src/mainboard/lenovo/x201/devicetree.cb index 37a430c928..6c5229b084 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 |