~ubuntu-branches/ubuntu/precise/flash-kernel/precise-updates

« back to all changes in this revision

Viewing changes to flash-kernel

  • Committer: Package Import Robot
  • Author(s): Michael Casadevall
  • Date: 2012-07-19 06:20:19 UTC
  • Revision ID: package-import@ubuntu.com-20120719062019-ra4wyy75ia9gxr2c
Tags: 2.28ubuntu42.2
Fix typo and escaping error on Highbank to allow it to load a ramdisk (LP: #1004018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
        else
387
387
                cat >"/boot/boot.script" <<EOF
388
388
echo Starting Ubuntu...
389
 
setenv bootargs console=ttyAMA0 root=$rootfs nosplash
 
389
setenv bootargs console=ttyAMA0 $rootfs nosplash
390
390
mw.l 800000 0 10000
391
391
scsi scan
392
392
ext2load scsi 0 0x800000 vmlinuz
393
393
ext2load scsi 0 0x1000000 initrd.img
394
 
bootz 0x800000 0x1000000:${filesize} 0x1000
 
394
bootz 0x800000 0x1000000:\${filesize} 0x1000
395
395
EOF
396
396
        printf "Generating u-boot config for highbank... " >&2
397
397
        mkimage -A arm -T script -C none -n "Ubuntu boot script" -d /boot/boot.script \