summaryrefslogtreecommitdiff
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-08-07 13:17:20 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-08-07 13:17:20 +0000
commitc56cda53e90bf2e9da07f052a8c6b9188973ce72 (patch)
tree07b2cb913be3fe2c2201ccbc2c0ec2380b532d49 /chipset_enable.c
parent3e1309fd32a6ae6b4c86b691d4122ea0ca737d81 (diff)
downloadflashrom-c56cda53e90bf2e9da07f052a8c6b9188973ce72.tar.gz
Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E")
It is based on Joshua Roys' RE. http://www.flashrom.org/pipermail/flashrom/2011-August/007504.html Tested-by: Márton Miklós Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1408 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 97001a7..b4ec96b 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1096,7 +1096,7 @@ const struct penable chipset_enables[] = {
{0x10de, 0x00e0, OK, "NVIDIA", "NForce3", enable_flash_nvidia_nforce2},
/* Slave, should not be here, to fix known bug for A01. */
{0x10de, 0x00d3, OK, "NVIDIA", "CK804", enable_flash_ck804},
- {0x10de, 0x0260, NT, "NVIDIA", "MCP51", enable_flash_ck804},
+ {0x10de, 0x0260, OK, "NVIDIA", "MCP51", enable_flash_ck804},
{0x10de, 0x0261, NT, "NVIDIA", "MCP51", enable_flash_ck804},
{0x10de, 0x0262, NT, "NVIDIA", "MCP51", enable_flash_ck804},
{0x10de, 0x0263, NT, "NVIDIA", "MCP51", enable_flash_ck804},