diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-07-17 16:59:38 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-26 11:35:59 +0000 |
commit | 4c2f26c9fc37c65b23bf10fbe6d8389e50d04483 (patch) | |
tree | c5c6d8da1d6662e3cebb574d82b960ee1101641f /src/mainboard/packardbell | |
parent | 3d00f7798cca18336a5e10663837d82b2d134b9d (diff) |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/27515
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/packardbell')
-rw-r--r-- | src/mainboard/packardbell/ms2290/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig index 4fcb8e0cf5..198836caf1 100644 --- a/src/mainboard/packardbell/ms2290/Kconfig +++ b/src/mainboard/packardbell/ms2290/Kconfig @@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_4096 select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME - select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_HAS_LIBGFXINIT select INTEL_INT15 select EC_ACPI |