diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-10-18 10:29:39 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-16 21:18:07 +0100 |
commit | bfea6cc2e07865fe8ae49aacd6af390d83b3c6c7 (patch) | |
tree | 8a5060366e318545c30f6ded0982db381a4ef191 /src/superio/winbond/Makefile.inc | |
parent | b59c5de056058899e5ea891d2fd65824a7df7887 (diff) |
Drop obsolete SuperIOs used by GX1 systems only
Drop two SuperIOs that were only used by GX1 systems, and are not used anymore.
* winbond/w83977f
* nsc/pc87351
Change-Id: I8a8eacb0f862b5d08ccfd87f8db503b0ab3c5700
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/7118
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/superio/winbond/Makefile.inc')
-rw-r--r-- | src/superio/winbond/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/winbond/Makefile.inc b/src/superio/winbond/Makefile.inc index 6d14f331a0..25ab4b4da1 100644 --- a/src/superio/winbond/Makefile.inc +++ b/src/superio/winbond/Makefile.inc @@ -26,5 +26,4 @@ subdirs-y += w83627hf subdirs-y += w83627thg subdirs-y += w83627uhg subdirs-y += w83697hf -subdirs-y += w83977f subdirs-y += w83977tf |