lenovo/{t60,x60}/devicetree.cb: Fix typo in Controller in comment
$ git grep -l Cnotr | xargs sed -i 's/Cnotr/Contr/g' Change-Id: Iee826a8092dbf17f8a28b7eb7b6d183464c6e498 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5325 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
b67e9a1acd
commit
68eff4fb1c
|
@ -71,7 +71,7 @@ chip northbridge/intel/i945
|
||||||
|
|
||||||
register "c4onc3_enable" = "1"
|
register "c4onc3_enable" = "1"
|
||||||
|
|
||||||
device pci 1b.0 on # Audio Cnotroller
|
device pci 1b.0 on # Audio Controller
|
||||||
subsystemid 0x17aa 0x2010
|
subsystemid 0x17aa 0x2010
|
||||||
end
|
end
|
||||||
device pci 1c.0 on # Ethernet
|
device pci 1c.0 on # Ethernet
|
||||||
|
|
|
@ -63,7 +63,7 @@ chip northbridge/intel/i945
|
||||||
register "alt_gp_smi_en" = "0x1000"
|
register "alt_gp_smi_en" = "0x1000"
|
||||||
|
|
||||||
register "c4onc3_enable" = "1"
|
register "c4onc3_enable" = "1"
|
||||||
device pci 1b.0 on # Audio Cnotroller
|
device pci 1b.0 on # Audio Controller
|
||||||
subsystemid 0x17aa 0x2010
|
subsystemid 0x17aa 0x2010
|
||||||
end
|
end
|
||||||
device pci 1c.0 on end # Ethernet
|
device pci 1c.0 on end # Ethernet
|
||||||
|
|
Loading…
Reference in New Issue