tegra124: Switch the bootblock over the ARMv4 impelementation.
The bootblock for the tegra124 runs on the AVP coprocessor which uses the ARMv4 architecture. Switch it over to that architecture. BUG=chrome-os-partner:23009 TEST=Built and booted into the bootblock on nyan. Built for link, snow, pit, and falco. BRANCH=None Change-Id: Ie527bbff938e6148c58727d448f9c2e6862da872 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://chromium-review.googlesource.com/171402 Reviewed-by: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
221dc76b3c
commit
c1aa76b760
2 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ config SOC_NVIDIA_TEGRA124
|
|||
select BOOTBLOCK_CONSOLE
|
||||
select EARLY_CONSOLE
|
||||
select ARM_BOOTBLOCK_CUSTOM
|
||||
select ARM_BOOTBLOCK_ARMV7
|
||||
select ARM_BOOTBLOCK_ARMV4
|
||||
select ARM_ROMSTAGE_ARMV7
|
||||
select ARM_RAMSTAGE_ARMV7
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
CBOOTIMAGE = cbootimage
|
||||
|
||||
bootblock-c-ccopts += -marm -march=armv4t
|
||||
bootblock-S-ccopts += -marm -march=armv4t
|
||||
|
||||
bootblock-y += bootblock.c
|
||||
bootblock-y += bootblock_asm.S
|
||||
bootblock-y += cbfs.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue