summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83697hf/Makefile.inc
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-05-14 01:00:43 +1000
committerPatrick Georgi <patrick@georgi-clan.de>2014-05-23 20:14:41 +0200
commit9492b9dab49336904167c19b161e6688dfe086e4 (patch)
treebc2366a3cb0c5418af80c120b6c7162a1c801220 /src/superio/winbond/w83697hf/Makefile.inc
parent17046377191d14f46fd0af40be04899601a79768 (diff)
downloadcoreboot-9492b9dab49336904167c19b161e6688dfe086e4.tar.xz
superio/winbond/w83697hf: Depreciate romstage component
Depreciate the model specific early_serial.c romstage component for this Super I/O in favor of the recent generic winbond romstage framework. Change-Id: I529c9cd1d8d63db3035b4828b3c3fc43911f49ce Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5727 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Diffstat (limited to 'src/superio/winbond/w83697hf/Makefile.inc')
-rw-r--r--src/superio/winbond/w83697hf/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83697hf/Makefile.inc b/src/superio/winbond/w83697hf/Makefile.inc
index cf032735f3..73e5b46937 100644
--- a/src/superio/winbond/w83697hf/Makefile.inc
+++ b/src/superio/winbond/w83697hf/Makefile.inc
@@ -18,5 +18,5 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+romstage-$(CONFIG_SUPERIO_WINBOND_W83697HF) += early_serial.c
ramstage-$(CONFIG_SUPERIO_WINBOND_W83697HF) += superio.c
-