Fix Vortex86EX devicetree.cb indentation.
Change-Id: If357b55b91618ee2438e6c6b2efb7018c56d26d0 Signed-off-by: Andrew Wu <arw@dmp.com.tw> Reviewed-on: http://review.coreboot.org/3628 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
d0b04003d0
commit
49f620221a
|
@ -21,13 +21,13 @@ chip northbridge/dmp/vortex86ex # North Bridge
|
|||
device domain 0 on
|
||||
device pci 0.0 on end # Host Bridge
|
||||
chip southbridge/dmp/vortex86ex # South Bridge
|
||||
device pci 7.0 on end # ISA Bridge
|
||||
device pci 8.0 on end # Ethernet
|
||||
device pci a.0 on end # USB 1.1
|
||||
device pci a.1 on end # USB 2.0
|
||||
device pci b.0 on end # USB 1.1
|
||||
device pci b.1 on end # USB 2.0
|
||||
device pci c.0 on end # IDE
|
||||
device pci 7.0 on end # ISA Bridge
|
||||
device pci 8.0 on end # Ethernet
|
||||
device pci a.0 on end # USB 1.1
|
||||
device pci a.1 on end # USB 2.0
|
||||
device pci b.0 on end # USB 1.1
|
||||
device pci b.1 on end # USB 2.0
|
||||
device pci c.0 on end # IDE
|
||||
end
|
||||
end # pci domain 0
|
||||
chip cpu/dmp/vortex86ex end # CPU
|
||||
|
|
Loading…
Reference in New Issue