m68knommu: clean up init code in ColdFire 528x startup
authorGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 03:04:05 +0000 (13:04 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:09 +0000 (09:43 +1000)
commit9773be5f5fcbabb688bf05f85d594261a53a5ac0
tree3f31254d709177437a0ce8483ed993157af688ed
parent2ba168a913192ebe44ca1da06d46f4e13037392f
m68knommu: clean up init code in ColdFire 528x 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 528x consistent
with other ColdFire CPUs setup cod. It means we can get rif of the initcall
setup here all together.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/528x/config.c