u-boot-brain/arch/arm/cpu/arm1176
Stephen Warren 59d63f7d2c ARM: arm1176: Define arch_cpu_init() at the SoC level
Commit 86c6326 "ARM: arm1176: enable instruction cache in
arch_cpu_init()" defined arch_cpu_init() in a file that is shared across
all arm1176 SoCs. tnetv107x already implemented this function, which
caused linking to break. Move the new conflicting arch_cpu_init() into
arm1176/bcm2835/init.c so that it doesn't conflict; grep indicates this
function is usually defined at the SoC-level, not the CPU-level, at least
for ARM.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Marek Vasut <marex@denx.de>
2012-09-25 13:27:58 -07:00
..
bcm2835 ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
s3c64xx Reduce build times 2011-11-03 20:44:58 +01:00
tnetv107x Timer: Remove reset_timer() for non-Nios2 arches 2011-07-26 14:53:30 +02:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpu.c ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
start.S arm: Fix to mistake clean the memory space 2012-07-20 14:24:08 +02:00