diff options
author | Marc Jones <marc.jones@se-eng.com> | 2015-01-28 13:15:46 +0800 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2015-02-13 22:34:14 +0100 |
commit | f5b65a34fdebc251d581eb6f9bc24e0f32b14f29 (patch) | |
tree | 82526d953dfd229d56141fe860a37211007bf425 /src/soc | |
parent | 3c28d014b7b6d49f2daa33d03008a5355f7aa305 (diff) | |
download | coreboot-f5b65a34fdebc251d581eb6f9bc24e0f32b14f29.tar.xz |
tegra132: Fix build for verstage
Verstage isn't included yet, but we need to have
the Kconfig option for toolchain.inc to pass.
Change-Id: I7fae73cd3b77fd347398221489caf745274701eb
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/8409
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/nvidia/tegra132/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig index df58f06a03..f11e60ffec 100644 --- a/src/soc/nvidia/tegra132/Kconfig +++ b/src/soc/nvidia/tegra132/Kconfig @@ -2,6 +2,7 @@ config SOC_NVIDIA_TEGRA132 bool default n select ARCH_BOOTBLOCK_ARMV4 + select ARCH_VERSTAGE_ARMV4 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_RAMSTAGE_ARMV8_64 select ARM_LPAE |