diff options
author | Andrew Wu <arw@dmp.com.tw> | 2013-07-08 19:59:33 +0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-07-08 17:35:49 +0200 |
commit | 49f620221aee69cf0d5123a1e8f1e73896724934 (patch) | |
tree | eb102e1aab87641628f663795e760a91730d5883 | |
parent | d0b04003d0a3ebfa11f54128a2d423ca16b6ba8a (diff) | |
download | coreboot-49f620221aee69cf0d5123a1e8f1e73896724934.tar.xz |
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>
-rw-r--r-- | src/mainboard/dmp/vortex86ex/devicetree.cb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/dmp/vortex86ex/devicetree.cb b/src/mainboard/dmp/vortex86ex/devicetree.cb index 1fbfe7b4f4..78fa9e5734 100644 --- a/src/mainboard/dmp/vortex86ex/devicetree.cb +++ b/src/mainboard/dmp/vortex86ex/devicetree.cb @@ -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 |