diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-06-27 19:08:59 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-07 17:10:51 +0200 |
commit | 2d0281c6c9303a8d375de1f710f0282e9b8a1617 (patch) | |
tree | cbb50af57f10e5696cd04a64eae781970b4949f0 /src/soc | |
parent | e4da9aa8974578eb35eea00bff0490d9a9f1b8e2 (diff) |
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.
Change-Id: I4a1976ff684a417cae6fa718ef53cad763cee47d
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: https://review.coreboot.org/15451
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/nvidia/tegra124/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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" |