[coreboot-gerrit] Patch set updated for coreboot: 46d3d1c tegra124: fix Kconfig ARCH settings

Isaac Christensen (isaac.christensen@se-eng.com) gerrit at coreboot.org
Thu Aug 14 23:39:42 CEST 2014


Isaac Christensen (isaac.christensen at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6658

-gerrit

commit 46d3d1cb27ec4af0c076f8dee9733de5fad45929
Author: Isaac Christensen <isaac.christensen at se-eng.com>
Date:   Wed Aug 13 17:29:44 2014 -0600

    tegra124: fix Kconfig ARCH settings
    
    The initial commit for tegra124 (396b072) was not updated for the new ARCH settings.
    
    Change-Id: I147bdf289e91031bd0c0a61e6da43e9c1a438f84
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
---
 src/soc/nvidia/tegra124/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig
index 8a0dee4..17e02e7 100644
--- a/src/soc/nvidia/tegra124/Kconfig
+++ b/src/soc/nvidia/tegra124/Kconfig
@@ -1,5 +1,7 @@
 config SOC_NVIDIA_TEGRA124
-	depends on ARCH_ARMV7
+	select ARCH_BOOTBLOCK_ARMV7
+	select ARCH_ROMSTAGE_ARMV7
+	select ARCH_RAMSTAGE_ARMV7
 	bool
 	default n
 



More information about the coreboot-gerrit mailing list