diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-02-20 12:45:01 +0100 |
---|---|---|
committer | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-02-21 12:08:51 +0100 |
commit | cec4cfdb138dc87d2ef69d330d659e75636b51c7 (patch) | |
tree | 48f1ffc9db17b36c101cffa7b1a9dd35ad66f300 /src | |
parent | df729d7778a7e5878fac5545883f68e42372456a (diff) |
Persimmon: Indent comment
This was overlooked in the following commit.
commit 36abff1dc8e74beafa47ad83de17416681970916
Author: Marc Jones <marcj303@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@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2468
Tested-by: build bot (Jenkins)
Reviewed-by: Alvaro G. <andor@pierdelacabeza.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/persimmon/dimmSpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/dimmSpd.c b/src/mainboard/amd/persimmon/dimmSpd.c index 473d518382..4aaa68200a 100644 --- a/src/mainboard/amd/persimmon/dimmSpd.c +++ b/src/mainboard/amd/persimmon/dimmSpd.c @@ -33,7 +33,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 |