Skip to content

Commit

Permalink
[POWERPC] Fix zImage.coff generation for 32-bit pmac
Browse files Browse the repository at this point in the history
Commit 9da82a6 inadvertently
removed the platform override for zImage.coff to be generated
with pmaccoff.   Rather than add a special makefile rule,
change the platform for which the wrapper platform uses
the special rules.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Jun 2, 2007
1 parent f484196 commit 627aa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ case "$platform" in
pmac|pseries|chrp)
platformo=$object/of.o
;;
pmaccoff)
coff)
platformo=$object/of.o
lds=$object/zImage.coff.lds
;;
Expand Down Expand Up @@ -220,7 +220,7 @@ case "$platform" in
pseries|chrp)
$object/addnote "$ofile"
;;
pmaccoff)
coff)
${CROSS}objcopy -O aixcoff-rs6000 --set-start "$entry" "$ofile"
$object/hack-coff "$ofile"
;;
Expand Down

0 comments on commit 627aa94

Please sign in to comment.