]> Git Repo - u-boot.git/commit
tegra: override compiler flags for low level init code
author[email protected] <[email protected]>
Mon, 14 May 2012 13:14:39 +0000 (13:14 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 7 Jul 2012 12:07:19 +0000 (14:07 +0200)
commitf3717ac5848ec389919596d5e518b528fb8bebdd
treefbdd225ba837191edee560934a5f16acbb653699
parent27c4a3318f716cce0a23248317534bda7792230b
tegra: override compiler flags for low level init code

Override -march setting for tegra to -march=armv4t for files that are
necessary for low level init on tegra.

The recent change to use -march=armv7-a for armv7 caused a regression
on tegra because tegra starts boot on a arm7tdmi processor before
transferring control to the cortex-a9.  While still executing on the
arm7tdmi there are calls to getenv_ulong() and memset() that cause an
illegal instruction exception if compiled for armv7.

Signed-off-by: Allen Martin <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/cpu/armv7/tegra2/config.mk
This page took 0.032421 seconds and 4 git commands to generate.