[coreboot-gerrit] New patch to review for coreboot: mb/asus/[kgpe-d16|kcma-d8]: Fix whitespace errors in devicetree.cb

Timothy Pearson (tpearson@raptorengineering.com) gerrit at coreboot.org
Sat Aug 20 00:30:43 CEST 2016


Timothy Pearson (tpearson at raptorengineering.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16268

-gerrit

commit 50c579866313439da4739d3a9d656b4fa56c5b17
Author: Timothy Pearson <tpearson at raptorengineering.com>
Date:   Fri Aug 19 17:26:51 2016 -0500

    mb/asus/[kgpe-d16|kcma-d8]: Fix whitespace errors in devicetree.cb
    
    Change-Id: I49925040d951dffb9c11425334674d8d498821f0
    Signed-off-by: Timothy Pearson <tpearson at raptorengineering.com>
---
 src/mainboard/asus/kcma-d8/devicetree.cb  | 4 ++--
 src/mainboard/asus/kgpe-d16/devicetree.cb | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/asus/kcma-d8/devicetree.cb b/src/mainboard/asus/kcma-d8/devicetree.cb
index 51ff394..f8a2d83 100644
--- a/src/mainboard/asus/kcma-d8/devicetree.cb
+++ b/src/mainboard/asus/kcma-d8/devicetree.cb
@@ -49,7 +49,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 					device pci 13.0 on end			# USB
 					device pci 13.1 on end			# USB
 					device pci 13.2 on end			# USB
-	 				device pci 14.0 on			# SM
+					device pci 14.0 on			# SM
 						chip drivers/generic/generic	# DIMM n-0-0-0
 							device i2c 50 on end
 						end
@@ -173,7 +173,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 						chip superio/winbond/w83667hg-a	# Super I/O
 							device pnp 2e.0 off end		# FDC; Not available on the KCMA-D8
 							device pnp 2e.1 off end		# LPT1; Not available on the KCMA-D8
-							device pnp 2e.2 on 		# COM1
+							device pnp 2e.2 on		# COM1
 								io 0x60 = 0x3f8
 								irq 0x70 = 4
 							end
diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb
index 2b8230a..ff2023d 100644
--- a/src/mainboard/asus/kgpe-d16/devicetree.cb
+++ b/src/mainboard/asus/kgpe-d16/devicetree.cb
@@ -56,7 +56,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 					device pci 13.0 on end			# USB
 					device pci 13.1 on end			# USB
 					device pci 13.2 on end			# USB
-	 				device pci 14.0 on			# SM
+					device pci 14.0 on			# SM
 						chip drivers/generic/generic	# DIMM n-0-0-0
 							device i2c 50 on end
 						end
@@ -180,7 +180,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 						chip superio/winbond/w83667hg-a	# Super I/O
 							device pnp 2e.0 off end		# FDC; Not available on the KGPE-D16
 							device pnp 2e.1 off end		# LPT1; Not available on the KGPE-D16
-							device pnp 2e.2 on 		# COM1
+							device pnp 2e.2 on		# COM1
 								io 0x60 = 0x3f8
 								irq 0x70 = 4
 							end



More information about the coreboot-gerrit mailing list