From 003fe294feac303c9b41bf44e7d9965b22758a7d Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Wed, 7 Sep 2022 21:07:29 +0200 Subject: [PATCH] mb/prodrive/atlas: Disable POST codes by default Signed-off-by: Lean Sheng Tan Change-Id: Ib1dd9826cedfd0a3f1ed719cf2e2927f09f783fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/67427 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/prodrive/atlas/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index 7cef7968f4..0ced376b4d 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -38,4 +38,8 @@ config UART_FOR_CONSOLE config CBFS_SIZE default 0x800000 +# This platform has limited means to display POST codes +config NO_POST + default y + endif #BOARD_PRODRIVE_ATLAS_BASEBOARD