m68knommu: factor some common ColdFire cpu reset code
authorGreg Ungerer <gerg@uclinux.org>
Sun, 19 Feb 2012 06:16:58 +0000 (16:16 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 5 Mar 2012 00:41:48 +0000 (10:41 +1000)
commitd894b89bf74322845f776bde4d72b70b58926886
tree1ea0c9dc4a70ebc46fe3eda896b39143856b98d9
parent440f6ffc061a84e81386a093c07af8a429c18702
m68knommu: factor some common ColdFire cpu reset code

A number of the early ColdFire cores use the same code to reset the CPU.
Currently that is duplicated in each of the sub-arch files. Pull out this
common code and use a single copy of it for all CPU types that use it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/5206/config.c
arch/m68k/platform/5249/config.c
arch/m68k/platform/5307/config.c
arch/m68k/platform/5407/config.c
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/reset.c [new file with mode: 0644]
This page took 0.025918 seconds and 5 git commands to generate.