m68knommu: factor more common ColdFire cpu reset code
authorGreg Ungerer <gerg@uclinux.org>
Sun, 19 Feb 2012 06:47:24 +0000 (16:47 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 5 Mar 2012 00:42:28 +0000 (10:42 +1000)
commitae909ea4ad2431e085e6cc96446fbc1c1ae88498
tree6f2d26d23d5a66f89cfdc864afe31ead880a6ae0
parent645e5333ec9088da08a1db619561de9c93c70634
m68knommu: factor more common ColdFire cpu reset code

Most of the more modern ColdFire cores use the same code to reset the CPU
(but it is different to most of the earlier cores). Currently that is
duplicated in each of the sub-arch files. Pull out this common code and
out a single copy of it with the other common reset code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/520x/config.c
arch/m68k/platform/523x/config.c
arch/m68k/platform/527x/config.c
arch/m68k/platform/528x/config.c
arch/m68k/platform/532x/config.c
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/reset.c