m68knommu: clean up init code in ColdFire 523x startup
authorGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 03:00:02 +0000 (13:00 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:09 +0000 (09:43 +1000)
commit2ba168a913192ebe44ca1da06d46f4e13037392f
treef9ad1c3a784de6d4dcd16e0ad7fe7819ba06838b
parentfa1fc24662d57170259948314b0759376eb75777
m68knommu: clean up init code in ColdFire 523x startup

We can move the QSPI init call to the more general config_BSP() code on
the 523x platorm setup code. Then we can remove the initcall code all
together.

We can also remove the un-needed include of mcfuart.h while we are
cleaning up here too.

Also I noticed that we are not calling the fec_init() code here, and we
should be doing that. Put that back in too.

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