the following patch was just integrated into master: commit bdc1816b2379bdf569ac6746172bba41e1307917 Author: Stefan Reinauer reinauer@chromium.org Date: Tue Nov 27 12:44:18 2012 -0800
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)
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Tue Nov 27 21:53:23 2012, giving +2 Build-Tested: build bot (Jenkins) at Tue Nov 27 22:18:58 2012, giving +1 See http://review.coreboot.org/1929 for details.
-gerrit