m68knommu: clean up init code in ColdFire 532x startup
authorGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 03:06:33 +0000 (13:06 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:10 +0000 (09:43 +1000)
commitc05793c7332d0f4179068bc6a6120e67b73a09ef
tree66ee5d20199610157b766cd0bcb1d918c63ca7a2
parent9773be5f5fcbabb688bf05f85d594261a53a5ac0
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>
arch/m68k/platform/532x/config.c
This page took 0.032364 seconds and 5 git commands to generate.