mirror of
https://xff.cz/git/u-boot/
synced 2026-02-06 10:26:34 +01:00
CPUs arm946es and sa1100 both define the reset_cpu() function in their start.S file. Move this cpu-specific code into cpu.c so that start.S only contains ARM generic code. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>