From 6f66c38e043ac3d205404a823a4902e73a65aa55 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 27 Jun 2016 19:08:59 +0200 Subject: [PATCH] UPSTREAM: tegra124: Build verstage when CHROMEOS is selected This includes the proper Kconfig options (based on the chromium os coreboot configuration) for setting up verstage on tegra124 devices. BUG=None BRANCH=None TEST=None Change-Id: I4a1976ff684a417cae6fa718ef53cad763cee47d Original-Signed-off-by: Paul Kocialkowski Original-Reviewed-on: https://review.coreboot.org/15451 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Julius Werner Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/358836 Reviewed-by: Furquan Shaikh --- src/soc/nvidia/tegra124/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index 49929ad9cc..227efca3fe 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -18,6 +18,9 @@ if SOC_NVIDIA_TEGRA124 config CHROMEOS select VBOOT_OPROM_MATTERS + select VBOOT_STARTS_IN_BOOTBLOCK + select SEPARATE_VERSTAGE + select CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL config TEGRA124_MODEL_TD570D bool "TD570D"