[POWERPC] Move bootwrapper ELF parsing routines to a file
authorMark A. Greer <mgreer@mvista.com>
Tue, 27 Mar 2007 22:29:50 +0000 (15:29 -0700)
committerPaul Mackerras <paulus@samba.org>
Thu, 12 Apr 2007 17:55:16 +0000 (03:55 +1000)
commit88e687313e683ee006152d611b95f40900e3bce0
treef4929de1202fb2f16bce5b5bfc144b60c7f9571b
parent5e41763ae9b4b6335fab88da85600f16d7a5a7b5
[POWERPC] Move bootwrapper ELF parsing routines to a file

The ELF parsing routines local to arch/powerpc/boot/main.c are useful
to other callers therefore move them to their own file.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/elf.h
arch/powerpc/boot/elf_util.c [new file with mode: 0644]
arch/powerpc/boot/main.c