From 2b56e85a50a6383480a5f4d696ff51b04c72a9a6 Mon Sep 17 00:00:00 2001 From: Bruce Griffith Date: Mon, 8 Jul 2013 11:33:45 -0600 Subject: 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 Signed-off-by: Bruce Griffith Reviewed-by: Dave Frodin Tested-by: Bruce Griffith Reviewed-on: http://review.coreboot.org/3816 Tested-by: build bot (Jenkins) --- src/mainboard/amd/olivehill/Kconfig | 4 ---- 1 file changed, 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 -- cgit v1.2.3