aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra210/Kconfig
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-11-12 15:43:12 -0800
committerPatrick Georgi <pgeorgi@google.com>2019-11-13 09:39:27 +0000
commita2d123ea9872ff074c32272e7020553e5647ac64 (patch)
treedf733c72b47df5ba8b3a76ac4d13c4fd79c647ef /src/soc/nvidia/tegra210/Kconfig
parent87074f904219744291f4fd56e0241d40f2dd583a (diff)
nvidia/tegra210: Enable RETURN_FROM_VERSTAGE to free up space
All stages on this board are very close to the limit, so enable RETURN_FROM_VERSTAGE so that we can overlap verstage and romstage to use the available SRAM more effectively. (Coincidentally, this also reduces verstage size quite a bit... maybe we should consider just making this the default at some point, there are really no downsides.) Change-Id: I2b91fd13d147f964bcbd7b2850f8a0931ea060df Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36800 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/nvidia/tegra210/Kconfig')
-rw-r--r--src/soc/nvidia/tegra210/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig
index 0e1efd7050..780fa18744 100644
--- a/src/soc/nvidia/tegra210/Kconfig
+++ b/src/soc/nvidia/tegra210/Kconfig
@@ -16,6 +16,7 @@ if SOC_NVIDIA_TEGRA210
config VBOOT
select VBOOT_STARTS_IN_BOOTBLOCK
select VBOOT_SEPARATE_VERSTAGE
+ select VBOOT_RETURN_FROM_VERSTAGE
select VBOOT_MUST_REQUEST_DISPLAY
config MAINBOARD_DO_DSI_INIT