diff options
author | Nico Huber <nico.huber@secunet.com> | 2019-02-18 17:20:18 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-05-12 15:03:15 +0000 |
commit | a6d401c193c9bb53162df9523f9ba4ebb2a6f1a7 (patch) | |
tree | 24ac246419522f5912bfc7a4d6a5883904b743f0 /src/mainboard/asrock/h81m-hds | |
parent | 772a154d39025e5f7f30102cca9f935e9b35cb1c (diff) |
mb/asrock/h81m-hds: Drop now obsolete libgfxinit override
CPU type is detected at runtime now.
Change-Id: I5e54176e235e43ca28e4baf43dbb9860e7fc3dbd
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31465
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/asrock/h81m-hds')
-rw-r--r-- | src/mainboard/asrock/h81m-hds/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/asrock/h81m-hds/Kconfig b/src/mainboard/asrock/h81m-hds/Kconfig index db2768d324..928a01042e 100644 --- a/src/mainboard/asrock/h81m-hds/Kconfig +++ b/src/mainboard/asrock/h81m-hds/Kconfig @@ -40,14 +40,6 @@ config CBFS_SIZE hex default 0x200000 -# -# The override of GFX_GMA_CPU_VARIANT should be removed once the patches -# for dynamic CPU detection are merged in libgfxinit. -# -config GFX_GMA_CPU_VARIANT - string - default "Normal" - config MAINBOARD_DIR string default asrock/h81m-hds |