aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorLean Sheng Tan <sheng.tan@9elements.com>2022-09-07 21:07:29 +0200
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-09-08 21:47:43 +0000
commit003fe294feac303c9b41bf44e7d9965b22758a7d (patch)
tree8af9d14e6b6862079b7954a57647555ff4657c96 /src/mainboard
parentd75deb1d22d32e74cfc0ef7413a54a21031090a6 (diff)
mb/prodrive/atlas: Disable POST codes by default
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com> Change-Id: Ib1dd9826cedfd0a3f1ed719cf2e2927f09f783fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/67427 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig4
1 files changed, 4 insertions, 0 deletions
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