From 7cd2047c7bc5b8a0d68f64134e9c0211d016a6b8 Mon Sep 17 00:00:00 2001 From: Mike Banon Date: Tue, 25 Jun 2019 10:27:46 +0300 Subject: asus/am1i-a: remove unnecessary VGA_BIOS_ID default The majority of Socket AM1 APUs [1] - three out of five - have the integrated VGA with 1002,9830 ID, while only one Sempron has 1002,9836. Since VGA_BIOS_ID is already defined in fam16kb Kconfig as 1002,9830 ID, drop the value here. [1] https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units#%22Kabini%22_(2013,_SoC) Signed-off-by: Mike Banon Change-Id: I75c815b13934afcb5be316f85933f7c200d55bbd Reviewed-on: https://review.coreboot.org/c/coreboot/+/33777 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/asus/am1i-a/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/mainboard/asus/am1i-a/Kconfig b/src/mainboard/asus/am1i-a/Kconfig index 947c2c5bc9..a0dae9f6a6 100644 --- a/src/mainboard/asus/am1i-a/Kconfig +++ b/src/mainboard/asus/am1i-a/Kconfig @@ -43,10 +43,6 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config VGA_BIOS_ID - string - default "1002,9836" - config HUDSON_LEGACY_FREE bool default n -- cgit v1.2.3