commit | c05793c7332d0f4179068bc6a6120e67b73a09ef | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Sat Dec 24 13:06:33 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:10 2012 +1000 |
tree | 66ee5d20199610157b766cd0bcb1d918c63ca7a2 | |
parent | 9773be5f5fcbabb688bf05f85d594261a53a5ac0 [diff] |
m68knommu: clean up init code in ColdFire 532x startup We can move all the init calls in the initcall code into the more general arch setup code (which is config_BSP() here). That makes the 532x consistent with other ColdFire CPUs setup code. It means we can get rid of the initcall setup here all together. Also make sure we set the arch mach_reset function pointer to get the local arch reset code called on reset. Signed-off-by: Greg Ungerer <gerg@uclinux.org>