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@se-eng.com>
Reviewed-on: http://review.coreboot.org/6658
Tested-by: build bot (Jenkins)
This commit is contained in:
Isaac Christensen 2014-08-13 17:29:44 -06:00
parent f1d6e7e2cb
commit b7f1bfcf28
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
config SOC_NVIDIA_TEGRA124 config SOC_NVIDIA_TEGRA124
depends on ARCH_ARMV7 select ARCH_BOOTBLOCK_ARMV7
select ARCH_ROMSTAGE_ARMV7
select ARCH_RAMSTAGE_ARMV7
bool bool
default n default n