From 3618346f13482875e155ec33431079e300b245ad Mon Sep 17 00:00:00 2001
From: Uwe Hermann <uwe@hermann-uwe.de>
Date: Wed, 24 Jan 2007 11:09:03 +0000
Subject: [PATCH] Delete superfluous and incorrect comment

Corresponding to flashrom svn r86 and coreboot v2 svn r2538.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
---
 flash_enable.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flash_enable.c b/flash_enable.c
index 652fbcd..743fe25 100644
--- a/flash_enable.c
+++ b/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},
 
-- 
GitLab