[coreboot] New patch to review for coreboot: dc1d220 Persimmon: Indent comment

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Feb 21 11:16:43 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2468

-gerrit

commit dc1d2203fdf03ceab2203a5ace0996783db614e8
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Wed Feb 20 12:45:01 2013 +0100

    Persimmon: Indent comment
    
    This was overlooked in the following commit.
    
        commit 36abff1dc8e74beafa47ad83de17416681970916
        Author: Marc Jones <marcj303 at gmail.com>
        Date:   Mon Nov 7 23:26:14 2011 -0700
    
            Cleanup Persimmon mainboard whitespace.
    
            Reviewed-on: http://review.coreboot.org/427
    
    Change-Id: If6bf4836b46077614a04c1e106c241a4f97da166
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/amd/persimmon/dimmSpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/amd/persimmon/dimmSpd.c b/src/mainboard/amd/persimmon/dimmSpd.c
index fb85d39..c95aea8 100644
--- a/src/mainboard/amd/persimmon/dimmSpd.c
+++ b/src/mainboard/amd/persimmon/dimmSpd.c
@@ -32,7 +32,7 @@ AGESA_STATUS AmdMemoryReadSPD (UINT32 unused1, UINT32 unused2, AGESA_READ_SPD_PA
 
 static const UINT8 spdAddressLookup [2] [2] [4] =	// socket, channel, dimm
 {
-// socket 0
+	// socket 0
 	{
 		{0xA0, 0xA2},	// channel 0 dimms
 		{0x00, 0x00},	// channel 1 dimms



More information about the coreboot mailing list