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:
Angel Pons 2020-01-01 19:19:47 +01:00 committed by Nico Huber
parent 7a61c6c398
commit d2f3afcc17
3 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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