diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-24 11:09:03 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-24 11:09:03 +0000 |
commit | 8e4ee4f5045f752b2189fb47155e76db69e234f0 (patch) | |
tree | 5d2fc451ec9b399a844cf2280917e30cc05cf05a | |
parent | 298f89850d009b2e7caf9739814f0aa16a143d13 (diff) |
Delete superfluous and incorrect comment (trivial).
See also http://www.openbios.org/pipermail/linuxbios/2007-January/018042.html.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2538 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/flashrom/flash_enable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c index 652fbcd820..743fe25696 100644 --- a/util/flashrom/flash_enable.c +++ b/util/flashrom/flash_enable.c @@ -472,7 +472,6 @@ static FLASH_ENABLE enables[] = { {0x10de, 0x0260, "NVidia MCP51", enable_flash_ck804}, {0x10de, 0x0261, "NVidia MCP51", enable_flash_ck804}, - // {0x10de, 0x0261, "NVIDIA C51", enable_flash_ck804}, // YHLU {0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804}, {0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804}, |