diff options
author | Scott Wood <scottwood@freescale.com> | 2008-01-17 16:31:40 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 19:34:40 -0600 |
commit | b09c16440eb39c12cc91aea5b572c753a5567d57 (patch) | |
tree | d23f6bc58c0147e02d7f84fd5b03e0d80b50efb5 /arch/powerpc/boot/wrapper | |
parent | e8b63761554aca641bd9020447d487bfd85111bf (diff) | |
download | blackbird-obmc-linux-b09c16440eb39c12cc91aea5b572c753a5567d57.tar.gz blackbird-obmc-linux-b09c16440eb39c12cc91aea5b572c753a5567d57.zip |
[POWERPC] 8xx: Analogue & Micro Adder875 board support.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 154df055aad2..a7c46715af10 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -168,7 +168,7 @@ ps3) ksection=.kernel:vmlinux.bin isection=.kernel:initrd ;; -ep88xc|ep405) +ep88xc|ep405|redboot*) platformo="$object/fixed-head.o $object/$platform.o" binary=y ;; |