summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot/size
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /arch/ppc/boot/size
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'arch/ppc/boot/size')
-rw-r--r--arch/ppc/boot/size2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/size b/arch/ppc/boot/size
index c4b12cf94..6c48f8d14 100644
--- a/arch/ppc/boot/size
+++ b/arch/ppc/boot/size
@@ -1,4 +1,4 @@
#!/bin/bash
-OFFSET=`objdump -h $1 | grep $2 | grep -v zvmlinux | awk '{print $3}'`
+OFFSET=`$1 -h $2 | grep $3 | grep -v zvmlinux | awk '{print $3}'`
echo "0x"$OFFSET