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>
This commit is contained in:
parent
3c28d014b7
commit
f5b65a34fd
|
@ -2,6 +2,7 @@ config SOC_NVIDIA_TEGRA132
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
select ARCH_BOOTBLOCK_ARMV4
|
select ARCH_BOOTBLOCK_ARMV4
|
||||||
|
select ARCH_VERSTAGE_ARMV4
|
||||||
select ARCH_ROMSTAGE_ARMV8_64
|
select ARCH_ROMSTAGE_ARMV8_64
|
||||||
select ARCH_RAMSTAGE_ARMV8_64
|
select ARCH_RAMSTAGE_ARMV8_64
|
||||||
select ARM_LPAE
|
select ARM_LPAE
|
||||||
|
|
Loading…
Reference in New Issue