summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorSergey Lichack <shadowpilot34@gmail.com>2012-08-27 01:24:15 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2012-08-27 01:24:15 +0000
commit98f4710b579296b336dfa11a7e98df08d05710c7 (patch)
treec96f6581e713d6f7bd83807af598e0ab95260c45 /flashrom.c
parent1c6d2ff03d16acf87c96d019153dcd10c779a5f6 (diff)
downloadast2050-flashrom-98f4710b579296b336dfa11a7e98df08d05710c7.zip
ast2050-flashrom-98f4710b579296b336dfa11a7e98df08d05710c7.tar.gz
Add support for Realtek RTL8169
And some cleanups including the removal of any left traces of the nicsmc1211 programmer. The RTL8169 still needs someone to test it, but it's good enough to be in the tree now. Corresponding to flashrom svn r1586. Signed-off-by: Sergey Lichack <shadowpilot34@gmail.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Mathias Krause <mathias.krause@secunet.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index f6185d0..fdc5412 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -95,7 +95,6 @@ const struct programmer_entry programmer_table[] = {
{
/* This programmer works for Realtek RTL8139 and SMC 1211. */
.name = "nicrealtek",
- //.name = "nicsmc1211",
.init = nicrealtek_init,
.map_flash_region = fallback_map,
.unmap_flash_region = fallback_unmap,
OpenPOWER on IntegriCloud