diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2023-08-29 13:24:11 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-31 14:04:40 +0000 |
commit | bc54f72d5da9c1c752aacf0c77c94a03771c3a90 (patch) | |
tree | 202ac84453f2d15461cd6976dc5edcdd7300a335 | |
parent | 465064f7d434b295d000d7c3cc5d2dcb07ddd0c9 (diff) |
abuild:skyrim: Remove the setting for AMD FW base in configs
Change-Id: I56e0501b511866b8ccc200b55620f87883e12067
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77518
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | configs/config.google_skyrim.no_video | 1 | ||||
-rw-r--r-- | configs/config.google_skyrim.with_binaries | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/config.google_skyrim.no_video b/configs/config.google_skyrim.no_video index 36da48786e..4494f1f99a 100644 --- a/configs/config.google_skyrim.no_video +++ b/configs/config.google_skyrim.no_video @@ -1,7 +1,6 @@ CONFIG_USE_AMD_BLOBS=y CONFIG_VENDOR_GOOGLE=y # CONFIG_CONSOLE_SERIAL is not set -CONFIG_AMD_FWM_POSITION_INDEX=4 CONFIG_VBOOT=y CONFIG_VBOOT_SLOTS_RW_A=y # CONFIG_DRIVERS_INTEL_WIFI is not set diff --git a/configs/config.google_skyrim.with_binaries b/configs/config.google_skyrim.with_binaries index 530ace4eec..7c56cebcec 100644 --- a/configs/config.google_skyrim.with_binaries +++ b/configs/config.google_skyrim.with_binaries @@ -2,7 +2,6 @@ CONFIG_TIMESTAMPS_ON_CONSOLE=y CONFIG_USE_AMD_BLOBS=y CONFIG_VENDOR_GOOGLE=y CONFIG_VGA_BIOS_ID="1002,1506" -CONFIG_AMD_FWM_POSITION_INDEX=3 CONFIG_VGA_BIOS=y CONFIG_CONSOLE_POST=y CONFIG_BOARD_GOOGLE_SKYRIM=y |