From bc54f72d5da9c1c752aacf0c77c94a03771c3a90 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Tue, 29 Aug 2023 13:24:11 +0800 Subject: [PATCH] abuild:skyrim: Remove the setting for AMD FW base in configs Change-Id: I56e0501b511866b8ccc200b55620f87883e12067 Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/77518 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- configs/config.google_skyrim.no_video | 1 - configs/config.google_skyrim.with_binaries | 1 - 2 files changed, 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