diff options
author | Mike Banon <mikebdp2@gmail.com> | 2019-06-25 10:27:46 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-02 14:34:40 +0000 |
commit | 7cd2047c7bc5b8a0d68f64134e9c0211d016a6b8 (patch) | |
tree | 1f50c0a83b0d05445e902606f4175f0170aaeca4 | |
parent | b0d3695d38bf7300abe58959f309b90845580f69 (diff) |
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 <mikebdp2@gmail.com>
Change-Id: I75c815b13934afcb5be316f85933f7c200d55bbd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33777
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/asus/am1i-a/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |