From 6827cb38578ad508e8abdd73cf3eb2306b6effad Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 12 Dec 2017 17:26:00 -0800 Subject: drivers/spi: Enable flashconsole in verstage Enable the flashconsole driver in verstage so it can be used with VBOOT enabled. This was tested on a VBOOT enabled system using flashconsole to store the boot log. Change-Id: Icd8a82dc962ece85b9fb3d2f5654369e821922eb Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/22855 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/drivers/spi/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/drivers/spi/Makefile.inc b/src/drivers/spi/Makefile.inc index f8cff5afdc..3f68541448 100644 --- a/src/drivers/spi/Makefile.inc +++ b/src/drivers/spi/Makefile.inc @@ -9,6 +9,7 @@ endif ifeq ($(CONFIG_CONSOLE_SPI_FLASH),y) bootblock-y += flashconsole.c +verstage-y += flashconsole.c romstage-y += flashconsole.c ramstage-y += flashconsole.c postcar-y += flashconsole.c -- cgit v1.2.3