Skip to content

Commit

Permalink
[POWERPC] 8xx: Fix wrapper platform for adder875, and combine defconf…
Browse files Browse the repository at this point in the history
…igs.

This fixes the following bug:
http://ozlabs.org/pipermail/linuxppc-dev/2008-February/051979.html

Separate defconfigs are no longer needed now that CONFIG_DEVICE_TREE is gone.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Scott Wood authored and Kumar Gala committed Mar 7, 2008
1 parent 76db5bd commit a55387e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 822 deletions.
6 changes: 5 additions & 1 deletion arch/powerpc/boot/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,14 @@ ps3)
ksection=.kernel:vmlinux.bin
isection=.kernel:initrd
;;
ep88xc|ep405|redboot*|ep8248e)
ep88xc|ep405|ep8248e)
platformo="$object/fixed-head.o $object/$platform.o"
binary=y
;;
adder875-redboot)
platformo="$object/fixed-head.o $object/redboot-8xx.o"
binary=y
;;
esac

vmz="$tmpdir/`basename \"$kernel\"`.$ext"
Expand Down
Loading

0 comments on commit a55387e

Please sign in to comment.