diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-01-04 12:50:17 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 15:13:10 +0000 |
commit | fc31158522d9904c9546b410b76bd6c7d739e343 (patch) | |
tree | 9f442c37aec779261da58ceb8223ce979eb687d4 /configs | |
parent | a0a3eab36d04b6fa96b900493b1b1d0d2837c20a (diff) | |
download | coreboot-fc31158522d9904c9546b410b76bd6c7d739e343.tar.gz coreboot-fc31158522d9904c9546b410b76bd6c7d739e343.tar.bz2 coreboot-fc31158522d9904c9546b410b76bd6c7d739e343.zip |
configs: Build test flashconsole
Change-Id: I70467862b238f8be62eafb5532ede9882dd2f41a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38174
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.up_squared.vboot_spi_flash_console (renamed from configs/config.up_squared.vboot) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/config.up_squared.vboot b/configs/config.up_squared.vboot_spi_flash_console index 130c02f6ec9e..a537035c69de 100644 --- a/configs/config.up_squared.vboot +++ b/configs/config.up_squared.vboot_spi_flash_console @@ -1,2 +1,3 @@ CONFIG_VENDOR_UP=y CONFIG_VBOOT=y +CONFIG_CONSOLE_SPI_FLASH=y |