diff options
author | Nico Huber <nico.h@gmx.de> | 2019-05-30 15:21:40 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-03 10:08:46 +0000 |
commit | 2e6c3c8936e4d5afcbd39226bc6b18a42119afee (patch) | |
tree | f4e68f6fa66be1f07da5705c775ed02c645f14b2 /src/mainboard/google/link/Kconfig | |
parent | ec93be5208e1bfece4165858d0d9e2b13e185ea3 (diff) | |
download | coreboot-2e6c3c8936e4d5afcbd39226bc6b18a42119afee.tar.xz |
mb/google/link: Remove Link's own native graphics init
The code was already orphaned since its hook-up was removed
with a6be58fece (nb/intel/sandybridge: Remove the C native
graphic init).
Change-Id: Ia554c457e2f3a2dc42965ac5cded0be8e82311fb
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33128
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/link/Kconfig')
-rw-r--r-- | src/mainboard/google/link/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/link/Kconfig b/src/mainboard/google/link/Kconfig index 3628f1d8a5..6d62f64e3e 100644 --- a/src/mainboard/google/link/Kconfig +++ b/src/mainboard/google/link/Kconfig @@ -14,8 +14,6 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LPC_TPM select MAINBOARD_HAS_TPM1 select SERIRQ_CONTINUOUS_MODE - select MAINBOARD_HAS_NATIVE_VGA_INIT - select HAVE_LINEAR_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT select MAINBOARD_HAS_LIBGFXINIT select HAVE_IFD_BIN select HAVE_ME_BIN |