diff options
author | Gabe Black <gabeblack@google.com> | 2013-09-29 06:32:27 -0700 |
---|---|---|
committer | Isaac Christensen <isaac.christensen@se-eng.com> | 2014-08-28 01:24:12 +0200 |
commit | 7f0747562ed43b8461aae6960f2615d2b84b6387 (patch) | |
tree | 2ecb9933fcf334f8dc51ff5e38f55396b2edc196 /src/soc/nvidia/tegra124/Kconfig | |
parent | a2a87d4bca39bdb2e0ffda88e50cab0a98a09621 (diff) | |
download | coreboot-7f0747562ed43b8461aae6960f2615d2b84b6387.tar.xz |
tegra124: Add a custom bootblock implementation.
This implementation is the same as the general one except that it removes all
the things that don't work on an ARMv4.
Change-Id: I1108a79cc656b26f7d48df20aef3016cf5ae3182
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/171019
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
(cherry picked from commit d1436288d3b025af27a8d28ba94b589940ead504)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6713
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/soc/nvidia/tegra124/Kconfig')
-rw-r--r-- | src/soc/nvidia/tegra124/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index 10a65f7ccc..7f03ad71ce 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -2,9 +2,9 @@ config SOC_NVIDIA_TEGRA124 select ARCH_BOOTBLOCK_ARMV7 select ARCH_ROMSTAGE_ARMV7 select ARCH_RAMSTAGE_ARMV7 + select ARM_BOOTBLOCK_CUSTOM bool default n - select CPU_HAS_BOOTBLOCK_INIT if SOC_NVIDIA_TEGRA124 |