aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/wtm2/Makefile.inc
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-05-20 02:06:49 +0200
committerNico Huber <nico.h@gmx.de>2017-05-22 10:25:04 +0200
commit10326ba889919f94c29e847769766a52d1f2cea7 (patch)
tree155336a25aa9a0113fc3c14c658feddcfb0a5c10 /src/mainboard/intel/wtm2/Makefile.inc
parentbb72852baf182dc0ec42a8fa18da8830d87ee2ef (diff)
mb/intel/wtm2: Drop unsupported native graphics init
Since the conversion of this board to soc/broadwell in 0aa06cbf18 (wtm2: Convert to use soc/intel/broadwell), the NGI for this board is not hooked up anywhere. Also, the code doesn't compile anymore. Change-Id: I6387203349b78c8e95333eaf44b345aa30eac7c5 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/19801 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/intel/wtm2/Makefile.inc')
-rw-r--r--src/mainboard/intel/wtm2/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/intel/wtm2/Makefile.inc b/src/mainboard/intel/wtm2/Makefile.inc
index f1cf2594fc..16137462c9 100644
--- a/src/mainboard/intel/wtm2/Makefile.inc
+++ b/src/mainboard/intel/wtm2/Makefile.inc
@@ -15,9 +15,6 @@
romstage-y += chromeos.c
ramstage-y += chromeos.c
-ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915.c
-ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += graphics.c
-ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += intel_dp.c
romstage-y += pei_data.c
ramstage-y += pei_data.c