Paul Menzel ([email protected]) just uploaded a new patch set 
to gerrit, which you can find at http://review.coreboot.org/2613

-gerrit

commit 8a1bfcf3fca7fec02d4026b6ee4c960c673dc128
Author: Paul Menzel <[email protected]>
Date:   Fri Mar 8 12:10:16 2013 +0100

    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 <[email protected]>
---
 src/mainboard/asus/m5a88-v/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to