summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/m5a88-v
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-03-08 12:10:16 +0100
committerQingPei Wang <wangqingpei@gmail.com>2013-03-11 07:29:53 +0100
commitce8410e1d3c6565d288c4cfd6c315db0e65b968e (patch)
treebe409786876ee0ff88d5deeb278800bb5e6f6887 /src/mainboard/asus/m5a88-v
parente7ae96f48834d57fd1a6c8940fa3f64b97520ed9 (diff)
downloadcoreboot-staging-ce8410e1d3c6565d288c4cfd6c315db0e65b968e.zip
coreboot-staging-ce8410e1d3c6565d288c4cfd6c315db0e65b968e.tar.gz
ASUS M5A88-V: Kconfig: Fix mainboard model name
Despite everywhere the model name M5A88-V is used, in Kconfig the string M5A88PM-V is used. Searching for that model string on the WWW does not return anything which is unrelated to coreboot, so change that string to M5A88-V. Change-Id: I25cf9d4a5fc3f9b9356e8616452066ebf873f44c Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2613 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martin.roth@se-eng.com> Reviewed-by: QingPei Wang <wangqingpei@gmail.com>
Diffstat (limited to 'src/mainboard/asus/m5a88-v')
-rw-r--r--src/mainboard/asus/m5a88-v/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/m5a88-v/Kconfig b/src/mainboard/asus/m5a88-v/Kconfig
index 3ac4f77..5318977 100644
--- a/src/mainboard/asus/m5a88-v/Kconfig
+++ b/src/mainboard/asus/m5a88-v/Kconfig
@@ -37,7 +37,7 @@ config APIC_ID_OFFSET
config MAINBOARD_PART_NUMBER
string
- default "M5A88PM-V"
+ default "M5A88-V"
config HW_MEM_HOLE_SIZEK
hex
OpenPOWER on IntegriCloud