From b55b74fc24afc5f64dd93dd402d44e9d453bb8ea Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Mar 2013 22:41:25 +0100 Subject: AMD Persimmon: mainboard.c: Make comment generic to reduce difference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace »persimmon« by »board« in comment to keep `diff` output between boards small. Change-Id: Ieae2a63782c488ae35f22eb30f5b1049200d12c8 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2611 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/persimmon/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') 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); -- cgit v1.2.3