Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80993
b: refs/heads/master
c: 928b969
h: refs/heads/master
i:
  80991: 0dc2614
v: v3
  • Loading branch information
David Woodhouse authored and Paul Mackerras committed Dec 6, 2007
1 parent 9d687e4 commit 410a513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a1c81f4faa8f93a36533fa8900a2f488528aab9
refs/heads/master: 928b9695592921957289d038ee75f613d9485a0a
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/boot/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ ps3)
overlay_dest="256"
overlay_size="256"

rm -f "$object/otheros.bld"

${CROSS}objcopy -O binary "$ofile" "$ofile.bin"

dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
Expand All @@ -299,6 +297,8 @@ ps3)
skip=$system_reset_overlay seek=$overlay_dest \
count=$overlay_size bs=1

gzip --force -9 --stdout "$ofile.bin" > "$object/otheros.bld"
odir="$(dirname "$ofile.bin")"
rm -f "$odir/otheros.bld"
gzip --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
;;
esac

0 comments on commit 410a513

Please sign in to comment.