From 50c56fbaad63c71acea85d5da3a772c686a983fb Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Mon, 23 Jan 2023 14:47:22 +0100 Subject: [PATCH] mb/prodrive/atlas: Disable SaGv by default Customer needs SaGv to be disabled by default. Signed-off-by: Lean Sheng Tan Change-Id: I8454c267dcc12d2ef7de7bd23296a17294f058a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72384 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Reviewed-by: Maximilian Brune --- src/mainboard/prodrive/atlas/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index 3900f4db15..eda23cb519 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -17,7 +17,7 @@ if BOARD_PRODRIVE_ATLAS_BASEBOARD config ATLAS_ENABLE_SAGV bool "Enable SaGv" - default y + default n config ATLAS_ENABLE_IBECC bool "Enable IBECC"