mb/asus/p5qc/devicetree.cb: Do minor cosmetic fixes
Use lowercase for hex constants and align some comments. Change-Id: I418ed29dfbc90feb591a2b30e994d9b3e6176f86 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38068 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
7a61c6c398
commit
d2f3afcc17
|
@ -21,7 +21,7 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device lapic 0 on end
|
device lapic 0 on end
|
||||||
end
|
end
|
||||||
chip cpu/intel/model_1067x # CPU
|
chip cpu/intel/model_1067x # CPU
|
||||||
device lapic 0xACAC off end
|
device lapic 0xacac off end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device domain 0 on # PCI domain
|
device domain 0 on # PCI domain
|
||||||
|
|
|
@ -21,7 +21,7 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device lapic 0 on end
|
device lapic 0 on end
|
||||||
end
|
end
|
||||||
chip cpu/intel/model_1067x # CPU
|
chip cpu/intel/model_1067x # CPU
|
||||||
device lapic 0xACAC off end
|
device lapic 0xacac off end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device domain 0 on # PCI domain
|
device domain 0 on # PCI domain
|
||||||
|
|
|
@ -21,7 +21,7 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device lapic 0 on end
|
device lapic 0 on end
|
||||||
end
|
end
|
||||||
chip cpu/intel/model_1067x # CPU
|
chip cpu/intel/model_1067x # CPU
|
||||||
device lapic 0xACAC off end
|
device lapic 0xacac off end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device domain 0 on # PCI domain
|
device domain 0 on # PCI domain
|
||||||
|
|
Loading…
Reference in New Issue