commit | cd6cc3440f3f8166b0ceda3c510786d8fcd64dff | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Apr 15 16:13:48 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu May 15 16:24:37 2014 +0200 |
tree | 821c9375e75a1876956770398ab1d59a784c333a | |
parent | b4ee1491b917951c0f57e18fd816a4211f5829d4 [diff] |
arm: move reset_cpu from start.S into cpu.c 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>