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>
This commit is contained in:
parent
d75deb1d22
commit
003fe294fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue