From d218088d8b9164d5349ebcfcc744ea4c48399cc1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 31 Oct 2023 19:02:04 +0000 Subject: coreboot/all: disable TSEG stage cache this is to work around recent s3 suspend/resume issues Signed-off-by: Leah Rowe --- config/coreboot/t420_8mb/config/libgfxinit_corebootfb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/coreboot/t420_8mb') diff --git a/config/coreboot/t420_8mb/config/libgfxinit_corebootfb b/config/coreboot/t420_8mb/config/libgfxinit_corebootfb index 8fdc51c0..1f766277 100644 --- a/config/coreboot/t420_8mb/config/libgfxinit_corebootfb +++ b/config/coreboot/t420_8mb/config/libgfxinit_corebootfb @@ -32,8 +32,8 @@ CONFIG_USE_BLOBS=y # CONFIG_UBSAN is not set CONFIG_HAVE_ASAN_IN_RAMSTAGE=y # CONFIG_ASAN is not set -# CONFIG_NO_STAGE_CACHE is not set -CONFIG_TSEG_STAGE_CACHE=y +CONFIG_NO_STAGE_CACHE=y +# CONFIG_TSEG_STAGE_CACHE is not set # CONFIG_UPDATE_IMAGE is not set # CONFIG_BOOTSPLASH_IMAGE is not set # CONFIG_FW_CONFIG is not set -- cgit v1.2.1