
5 Nov
2011
5 Nov
'11
1:22 a.m.
Hi Mike,
On Thu, Nov 3, 2011 at 7:17 PM, Mike Frysinger vapier@gentoo.org wrote:
On Monday 31 October 2011 18:03:05 Simon Glass wrote:
--- a/arch/arm/cpu/armv7/tegra2/config.mk +++ b/arch/arm/cpu/armv7/tegra2/config.mk
# Use ARMv4 for Tegra2 - initial code runs on the AVP, which is an ARM7TDI. PLATFORM_CPPFLAGS += -march=armv4
+# Tegra has an ARMv4T CPU which runs board_init_f(), so we must build this +# file with compatible flags +ifdef CONFIG_TEGRA2 +CFLAGS_arch/arm/lib/board.o += -march=armv4t +endif
do you need this CONFIG_TEGRA2 check ? this is in tegra2/config.mk already. -mike
No not needed - will send a new patch with this removed.
Regards, Simon