diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-05-26 04:03:24 +1000 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-31 21:16:39 +0200 |
commit | 9068788a8f0c96a5153fcd4e5ed80eac80b060c6 (patch) | |
tree | 7196cf65855fd158c28a19d53413142a6feedb17 /src/superio/winbond/w83627ehg/Makefile.inc | |
parent | 3c3e34d69fe4b185d4c0b698dfc6fcbf11b50dbb (diff) | |
download | coreboot-9068788a8f0c96a5153fcd4e5ed80eac80b060c6.tar.xz |
superio/winbond/w83627ehg: Depreciate romstage component
Part 1/2: These are actually not necessary if Super I/O support is
properly utilized.
Change-Id: I39b621e582f8d0762276d29492c91dce500f0665
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5870
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/superio/winbond/w83627ehg/Makefile.inc')
-rw-r--r-- | src/superio/winbond/w83627ehg/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627ehg/Makefile.inc b/src/superio/winbond/w83627ehg/Makefile.inc index 19f069f125..6914411d85 100644 --- a/src/superio/winbond/w83627ehg/Makefile.inc +++ b/src/superio/winbond/w83627ehg/Makefile.inc @@ -19,6 +19,5 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -romstage-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += early_init.c romstage-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += early_serial.c ramstage-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += superio.c |