From b4cac8f763fd118ae98ef375bcb30bce6b9fd7c5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 14 Jan 2020 19:07:48 +0100 Subject: console/post: NOPOST means NOPOST Not "NOPOST except when the board says something else". Change-Id: I3608e9c3a7d2338363a4320c8718b20ef25a038a Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/38408 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/console/post.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/console/post.c') diff --git a/src/console/post.c b/src/console/post.c index 33d85e7675..6265770b37 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -32,6 +32,7 @@ void post_code(uint8_t value) if (CONFIG(CONSOLE_POST)) printk(BIOS_EMERG, "POST: 0x%02x\n", value); + + mainboard_post(value); } - mainboard_post(value); } -- cgit v1.2.3