diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2014-09-21 12:21:36 +0200 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2014-09-24 07:58:25 +0200 |
commit | ea8f3b4aa0029871ee36a953a927c1af081343c5 (patch) | |
tree | ee4ae13e2d29d7d40d71cd0486313bdb9f058836 /src/arch/arm/Makefile.inc | |
parent | 7eb809af40a79eacf2648e734a605f8003779403 (diff) | |
download | coreboot-ea8f3b4aa0029871ee36a953a927c1af081343c5.tar.xz |
northbridge/intel/i945/Kconfig: Select VGA
Commit 0092c999 (i945: Support text mode gfx init) [1] broke building
the Lenovo X60 with native graphics initialization by selecting
`CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT`.
CC northbridge/intel/i945/gma.ramstage.o
src/northbridge/intel/i945/gma.c: In function 'intel_gma_init':
src/northbridge/intel/i945/gma.c:398:2: error: implicit declaration of function 'vga_textmode_init' [-Werror=implicit-function-declaration]
Selecting the Kconfig variable VGA makes the declaration of the
function `vga_textmode_init()` to be included by the preprocessor.
[1] http://review.coreboot.org/6723
Change-Id: Iecbb2898193078b8738425cea13cb7e6da508cab
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/6947
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/arch/arm/Makefile.inc')
0 files changed, 0 insertions, 0 deletions