summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/boot1.chrp/generate-hfs.sh')
-rwxr-xr-xsys/boot/powerpc/boot1.chrp/generate-hfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
index ab5694d..2ed6f38 100755
--- a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
+++ b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
@@ -29,7 +29,7 @@ hmkdir ppc
hattrib -b ppc
hcd ppc
-# Make two dummy files for the the CHRP boot script and boot1
+# Make two dummy files for the CHRP boot script and boot1
echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
OpenPOWER on IntegriCloud