]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Factor zImage's 44x reset code out of ebony.c
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 13 Jun 2007 04:52:58 +0000 (14:52 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 14 Jun 2007 12:30:16 +0000 (22:30 +1000)
commit5c6b56aec395d7b8551a6ff0aea6caef85506b22
tree81d0d58de9da85551c8a4fd1169a52399990c1f2
parentca84a5f86bd507d2cd6f666f4aeca52f0428da7f
[POWERPC] Factor zImage's 44x reset code out of ebony.c

The ebony_exit() function which resets the Ebony board should in fact
be common to most if not all 44x boards.  This moves the function out
into 44x.c, renaming it, so it can be used by other 44x platforms.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/44x.c
arch/powerpc/boot/44x.h
arch/powerpc/boot/ebony.c