From: Greg Ungerer Date: Sat, 24 Dec 2011 03:00:02 +0000 (+1000) Subject: m68knommu: clean up init code in ColdFire 523x startup X-Git-Tag: v3.4-rc1~160^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba168a913192ebe44ca1da06d46f4e13037392f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed