summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2010-04-25 20:24:09 +0000
committerRudolf Marek <r.marek@assembler.cz>2010-04-25 20:24:09 +0000
commit53b0b50dc838f98a2f3745861414d8b54474f3ba (patch)
treef88245b6b63402458eccd7379169e28949d7dfe1 /src/mainboard/asus
parentbcb8c97af94c9fc814fdbdafe5361666bf81d442 (diff)
downloadcoreboot-53b0b50dc838f98a2f3745861414d8b54474f3ba.tar.gz
coreboot-53b0b50dc838f98a2f3745861414d8b54474f3ba.tar.bz2
coreboot-53b0b50dc838f98a2f3745861414d8b54474f3ba.zip
Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890
were not treated separately until now. Fix it. Hope self ack is OK, compiled tested locally. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Rudolf Marek <r.marek@assembler.cz> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5497 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/a8v-e_se/Kconfig1
-rw-r--r--src/mainboard/asus/m2v-mx_se/Kconfig2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/asus/a8v-e_se/Kconfig b/src/mainboard/asus/a8v-e_se/Kconfig
index e6f2b7b9d01f..d0dfaf50fd7b 100644
--- a/src/mainboard/asus/a8v-e_se/Kconfig
+++ b/src/mainboard/asus/a8v-e_se/Kconfig
@@ -83,4 +83,3 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex
default 0x1043
depends on BOARD_ASUS_A8V_E_SE
-
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig
index 55ad875df02a..dda8be775c4e 100644
--- a/src/mainboard/asus/m2v-mx_se/Kconfig
+++ b/src/mainboard/asus/m2v-mx_se/Kconfig
@@ -25,7 +25,7 @@ config BOARD_ASUS_M2V_MX_SE
select NORTHBRIDGE_AMD_AMDK8
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
select SOUTHBRIDGE_VIA_VT8237R
- select SOUTHBRIDGE_VIA_K8T890
+ select SOUTHBRIDGE_VIA_K8M890
select SUPERIO_ITE_IT8712F
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM