Fix technexion tim5690 board VGA handler
commitbdc1816b2379bdf569ac6746172bba41e1307917
authorStefan Reinauer <reinauer@chromium.org>
Tue, 27 Nov 2012 20:44:18 +0000 (27 12:44 -0800)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 27 Nov 2012 21:19:22 +0000 (27 22:19 +0100)
tree6f91629079039aaabbef6facf6a766435b2a0bab
parent23023a5691c0e3086933706c1cb2a79602ecffa0
Fix technexion tim5690 board VGA handler

When dropping ramstage.a, unused functions with unresolved
symbols are not silently dropped anymore. This makes the
tim5690 compilation fail.
This fix makes sure we don't compile in the int15 handler code
when we don't set CONFIG_VGA_ROM_RUN

Change-Id: If6872c983d9fd811eb33259421f94b551f3b9b34
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1929
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
src/mainboard/technexion/tim5690/Makefile.inc
src/mainboard/technexion/tim5690/mainboard.c