tegra: override compiler flags for low level init code
authoramartin@nvidia.com <amartin@nvidia.com>
Mon, 14 May 2012 13:14:39 +0000 (13:14 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
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 <amartin@nvidia.com>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/armv7/tegra2/config.mk