Re: [U-Boot] [RFC PATCH v2 27/28] tegra: Mark board init files for ARMv4t

2012-01-13 Thread Simon Glass
Hi Stephen, On Mon, Jan 9, 2012 at 8:46 AM, Stephen Warren swar...@nvidia.com wrote: On 01/06/2012 05:25 PM, Simon Glass wrote: Since Tegra executes early code on an ARMv4T (but the rest on ARMv7) we must mark the new board init files for compilation with ARMv4t architecture. Signed-off-by:

Re: [U-Boot] [RFC PATCH v2 27/28] tegra: Mark board init files for ARMv4t

2012-01-09 Thread Stephen Warren
On 01/06/2012 05:25 PM, Simon Glass wrote: Since Tegra executes early code on an ARMv4T (but the rest on ARMv7) we must mark the new board init files for compilation with ARMv4t architecture. Signed-off-by: Simon Glass s...@chromium.org This and patch 28 seem fine to me (but I didn't look

[U-Boot] [RFC PATCH v2 27/28] tegra: Mark board init files for ARMv4t

2012-01-06 Thread Simon Glass
Since Tegra executes early code on an ARMv4T (but the rest on ARMv7) we must mark the new board init files for compilation with ARMv4t architecture. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/cpu/armv7/tegra2/config.mk |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)