commit | 2ba168a913192ebe44ca1da06d46f4e13037392f | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Sat Dec 24 13:00:02 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Mar 05 09:43:09 2012 +1000 |
tree | f9ad1c3a784de6d4dcd16e0ad7fe7819ba06838b | |
parent | fa1fc24662d57170259948314b0759376eb75777 [diff] |
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>