From 4c2f26c9fc37c65b23bf10fbe6d8389e50d04483 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 17 Jul 2018 16:59:38 +0200 Subject: nb/intel/nehalem: Remove the C native graphic init Libgfxinit provides a better alternative to the native C init. While libgfxinit mandates an ada compiler, we want to encourage use of it since it is in much better shape and is actually maintained. This way libgfxinit also gets build-tested by Jenkins. Change-Id: I9228fa7eadfe2a827c1f4de9d6710b60d3f1b121 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/27515 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/northbridge/intel/nehalem/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/northbridge/intel/nehalem/Kconfig') diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig index 26d0a7d159..9eb6e75eac 100644 --- a/src/northbridge/intel/nehalem/Kconfig +++ b/src/northbridge/intel/nehalem/Kconfig @@ -21,8 +21,6 @@ config NORTHBRIDGE_INTEL_NEHALEM select TSC_MONOTONIC_TIMER select INTEL_GMA_ACPI select CACHE_MRC_SETTINGS - select HAVE_LINEAR_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT - select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT select POSTCAR_STAGE select POSTCAR_CONSOLE -- cgit v1.2.3