[coreboot-gerrit] New patch to review for coreboot: b167730 Fix Vortex86EX devicetree.cb indentation.

Andrew Wu (arw@dmp.com.tw) gerrit at coreboot.org
Mon Jul 8 13:44:51 CEST 2013


Andrew Wu (arw at dmp.com.tw) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3628

-gerrit

commit b167730ef6e5ed4e0f68af4f3efc65593369063c
Author: Andrew Wu <arw at dmp.com.tw>
Date:   Mon Jul 8 19:41:13 2013 +0800

    Fix Vortex86EX devicetree.cb indentation.
    
    Change-Id: If357b55b91618ee2438e6c6b2efb7018c56d26d0
    Signed-off-by: Andrew Wu <arw at dmp.com.tw>
---
 src/mainboard/dmp/vortex86ex/devicetree.cb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/mainboard/dmp/vortex86ex/devicetree.cb b/src/mainboard/dmp/vortex86ex/devicetree.cb
index 1fbfe7b..0635439 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



More information about the coreboot-gerrit mailing list