summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-02-28 22:35:56 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-02 11:49:50 +0000
commitcb06cfeca6d9bdfc9b7ae311180d3903e13b7ba7 (patch)
treeee8ede19a4608cee638450a726379f6bec4e45e4 /configs
parent1ee3dbc63b3514b93927b40add395a31b4f1915e (diff)
downloadcoreboot-cb06cfeca6d9bdfc9b7ae311180d3903e13b7ba7.tar.gz
coreboot-cb06cfeca6d9bdfc9b7ae311180d3903e13b7ba7.tar.bz2
coreboot-cb06cfeca6d9bdfc9b7ae311180d3903e13b7ba7.zip
soc/intel/apollolake: Fix flashconsole, again
This time, it failed to build if measured boot was not enabled. Fix this problem, and make sure flashconsole will not break like that again. Change-Id: I5f5ffd14a3225804524cb0c1518e3d99737e0a93 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39164 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.google_octopus_spi_flash_console4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/config.google_octopus_spi_flash_console b/configs/config.google_octopus_spi_flash_console
new file mode 100644
index 000000000000..df8889b01965
--- /dev/null
+++ b/configs/config.google_octopus_spi_flash_console
@@ -0,0 +1,4 @@
+CONFIG_VENDOR_GOOGLE=y
+CONFIG_BOARD_GOOGLE_OCTOPUS=y
+CONFIG_CONSOLE_SPI_FLASH=y
+# CONFIG_VBOOT_MEASURED_BOOT is not set