summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-08-23 14:33:54 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-08-23 14:33:54 +0000
commit028f46fd2e639e981dca09a857fcd070ce376042 (patch)
tree40927d1c646d773133a88072f0c895931e67910a
parentf8337dd3986692bd1788ab254879d7f8424367e1 (diff)
downloadflashrom-028f46fd2e639e981dca09a857fcd070ce376042.tar.gz
flashrom-028f46fd2e639e981dca09a857fcd070ce376042.tar.bz2
flashrom-028f46fd2e639e981dca09a857fcd070ce376042.zip
Removing $Id$ tags as they have no meaning in SVN
Corresponding to flashrom svn r60 and coreboot v2 svn r2386.
-rw-r--r--82802ab.c1
-rw-r--r--jedec.c1
-rw-r--r--m29f400bt.c1
-rw-r--r--mx29f002.c1
-rw-r--r--sharplhf00l04.c2
-rw-r--r--sst39sf020.c1
-rw-r--r--sst49lf040.c1
-rw-r--r--w49f002u.c1
8 files changed, 0 insertions, 9 deletions
diff --git a/82802ab.c b/82802ab.c
index 27ce57dd0..819d9714f 100644
--- a/82802ab.c
+++ b/82802ab.c
@@ -21,7 +21,6 @@
*
* Reference: http://www.intel.com/design/chipsets/datashts/290658.htm
*
- * $Id$
*/
#include <errno.h>
diff --git a/jedec.c b/jedec.c
index 2a07b4451..c3712dec6 100644
--- a/jedec.c
+++ b/jedec.c
@@ -21,7 +21,6 @@
*
* Reference:
*
- * $Id$
*/
#include <stdio.h>
diff --git a/m29f400bt.c b/m29f400bt.c
index aff4cd545..a043a7c1c 100644
--- a/m29f400bt.c
+++ b/m29f400bt.c
@@ -21,7 +21,6 @@
*
* Reference:
*
- * $Id$
*/
#include "flash.h"
diff --git a/mx29f002.c b/mx29f002.c
index 263b59244..769e9440c 100644
--- a/mx29f002.c
+++ b/mx29f002.c
@@ -22,7 +22,6 @@
* Reference:
* MX29F002/002N data sheet
*
- * $Id$
*/
#include <stdio.h>
diff --git a/sharplhf00l04.c b/sharplhf00l04.c
index 5b485ada8..029702baf 100644
--- a/sharplhf00l04.c
+++ b/sharplhf00l04.c
@@ -20,8 +20,6 @@
*
*
* Reference: http://www.intel.com/design/chipsets/datashts/290658.htm
- *
- * $Id: lhf00l04.c 2111 2005-11-26 21:55:36Z ollie $
*/
#include <errno.h>
diff --git a/sst39sf020.c b/sst39sf020.c
index 28aa16ba1..30433f51b 100644
--- a/sst39sf020.c
+++ b/sst39sf020.c
@@ -24,7 +24,6 @@
*
* ToDo: Consilidated to standard JEDEC code.
*
- * $Id$
*/
#include <stdio.h>
diff --git a/sst49lf040.c b/sst49lf040.c
index 2823ec23b..8f1c6b9dc 100644
--- a/sst49lf040.c
+++ b/sst49lf040.c
@@ -23,7 +23,6 @@
*
* ToDo: Consilidated to standard JEDEC code.
*
- * $Id$
*/
#include <stdio.h>
#include "flash.h"
diff --git a/w49f002u.c b/w49f002u.c
index 15df445b4..e37e1790d 100644
--- a/w49f002u.c
+++ b/w49f002u.c
@@ -24,7 +24,6 @@
*
* ToDo: Consilidated to standard JEDEC code.
*
- * $Id$
*/
#include <stdio.h>