u-boot/arch/arm/cpu/arm1176/bcm2835
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
..
Makefile ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
config.mk ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00
init.c ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
lowlevel_init.S ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00
reset.c ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00
timer.c ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00