diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-03-07 22:41:25 +0100 |
---|---|---|
committer | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-03-08 22:23:10 +0100 |
commit | b55b74fc24afc5f64dd93dd402d44e9d453bb8ea (patch) | |
tree | 7d8a40b168f7aa0c4d66ceb7028e6e04b6bd0eec /src/mainboard/amd | |
parent | 9ca4f51bd441638f177a18a744c78c3655988a4d (diff) |
AMD Persimmon: mainboard.c: Make comment generic to reduce difference
Replace »persimmon« by »board« in comment to keep `diff` output
between boards small.
Change-Id: Ieae2a63782c488ae35f22eb30f5b1049200d12c8
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2611
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/persimmon/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/mainboard.c b/src/mainboard/amd/persimmon/mainboard.c index 6cba175370..b17bc6a0be 100644 --- a/src/mainboard/amd/persimmon/mainboard.c +++ b/src/mainboard/amd/persimmon/mainboard.c @@ -77,7 +77,7 @@ static void mainboard_enable(device_t dev) /* * Initialize ASF registers to an arbitrary address because someone * long ago set things up this way inside the SPD read code. The - * SPD read code has been made generic and moved out of the persimmon + * SPD read code has been made generic and moved out of the board * directory, so the ASF init is being done here. */ pm_iowrite(0x29, 0x80); |