[coreboot-gerrit] New patch to review for coreboot: 757c1b1 asus/f2a85-m/devicetree.cb: Correctly align option

Tobias Diedrich (ranma+coreboot@tdiedrich.de) gerrit at coreboot.org
Sun Nov 9 20:15:02 CET 2014


Tobias Diedrich (ranma+coreboot at tdiedrich.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7382

-gerrit

commit 757c1b1706852e1fb389a3ce0d1d80db90ec7838
Author: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
Date:   Sun Nov 9 20:14:01 2014 +0100

    asus/f2a85-m/devicetree.cb: Correctly align option
    
    Correctly align option (whitespace off-by-one).
    
    Change-Id: I606861c5a9f748a17965b75c6d9a8e0f5e4262ce
    Signed-off-by: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
---
 src/mainboard/asus/f2a85-m/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/asus/f2a85-m/devicetree.cb b/src/mainboard/asus/f2a85-m/devicetree.cb
index 9ac5574..ade5d89 100644
--- a/src/mainboard/asus/f2a85-m/devicetree.cb
+++ b/src/mainboard/asus/f2a85-m/devicetree.cb
@@ -32,7 +32,7 @@ chip northbridge/amd/agesa/family15tn/root_complex
 				device pci 0.0 on  end # Root Complex
 				device pci 1.0 on  end # Internal Graphics P2P bridge 0x99XX
 				device pci 1.1 on  end # Internal Multimedia
-				device pci 2.0 on end # PCIE SLOT0 x16 blue
+				device pci 2.0 on  end # PCIE SLOT0 x16 blue
 				device pci 3.0 off end # unused?
 				device pci 4.0 on  end # PCIE 4x black
 				device pci 5.0 off end # unused?



More information about the coreboot-gerrit mailing list