diff options
author | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2013-07-08 11:33:45 -0600 |
---|---|---|
committer | Dave Frodin <dave.frodin@se-eng.com> | 2013-08-06 13:53:33 +0200 |
commit | 2b56e85a50a6383480a5f4d696ff51b04c72a9a6 (patch) | |
tree | da5463fd227cc87bb499345aa40fc91ecc2d30f4 | |
parent | aea318f35d13e1859efa82f664df01c8c13657c1 (diff) | |
download | coreboot-2b56e85a50a6383480a5f4d696ff51b04c72a9a6.tar.xz |
AMD Olive Hill: Remove default VBIOS vendor/device ID
The VBIOS device ID is set by processor family using the
map_oprom_vendev() function in the northbridge code. There
is rarely a reason why this should be overridden by the mainboard.
Since Kabini includes a default VBIOS vendor/device ID in the
northbridge Kconfig code, remove the setting from the Olive Hill
mainboard settings.
Change-Id: Icd69155f5b51105d564dd82c89e4bb54a6118a82
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Tested-by: Bruce Griffith <bruce.griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/3816
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/mainboard/amd/olivehill/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig index 20acba9c24..05d6a530e1 100644 --- a/src/mainboard/amd/olivehill/Kconfig +++ b/src/mainboard/amd/olivehill/Kconfig @@ -93,10 +93,6 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config VGA_BIOS_ID - string - default "1002,9832" - config WARNINGS_ARE_ERRORS bool default n |