[coreboot-gerrit] New patch to review for coreboot: be91680 tegra132: Fix build for verstage

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Wed Feb 11 00:32:21 CET 2015


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8409

-gerrit

commit be916806d2b79c7a960a5277849ad21cfffe616f
Author: Marc Jones <marc.jones at se-eng.com>
Date:   Wed Jan 28 13:15:46 2015 +0800

    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 at se-eng.com>
---
 src/soc/nvidia/tegra132/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig
index df58f06..f11e60f 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



More information about the coreboot-gerrit mailing list