From: Michal Sojka Date: Sun, 19 Jan 2014 16:15:19 +0000 (+0100) Subject: Update boot scripts to the new novaboot syntax X-Git-Tag: fix-allnoconfig~69 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/529de8d031f6a0ec3c33f01d44ff6457da8e3ef5 Update boot scripts to the new novaboot syntax --- diff --git a/boot/boot b/boot/boot index 4f6a24b..4a86208 100755 --- a/boot/boot +++ b/boot/boot @@ -4,6 +4,6 @@ # Use this file with https://github.com/wentasah/novaboot BUILDDIR=images -uImage console=ttyPSC0,115200 -shark-ryu.dtb -rootfs.uImage +load uImage console=ttyPSC0,115200 +load shark-ryu.dtb +load rootfs.uImage diff --git a/recvmmsg/ppc/boot b/recvmmsg/ppc/boot index 3e9a4d3..4880855 100755 --- a/recvmmsg/ppc/boot +++ b/recvmmsg/ppc/boot @@ -1,6 +1,6 @@ #!/usr/bin/env novaboot # -*-sh-*- EXITON=Welcome to Buildroot -uImage console=ttyPSC0,115200 -shark-ryu.dtb -rootfs2.uImage < $SRCDIR/mkinitramfs +load uImage console=ttyPSC0,115200 +load shark-ryu.dtb +load rootfs2.uImage < $SRCDIR/mkinitramfs diff --git a/ugw/ppc/boot b/ugw/ppc/boot index 4790e21..a5600df 100755 --- a/ugw/ppc/boot +++ b/ugw/ppc/boot @@ -1,6 +1,6 @@ #!/usr/bin/env novaboot # -*-sh-*- #EXITON=UGW started -uImage console=ttyPSC0,115200 quiet -shark-ryu.dtb -rootfs2.uImage < $SRCDIR/mkinitramfs +load uImage console=ttyPSC0,115200 quiet +load shark-ryu.dtb +load rootfs2.uImage < $SRCDIR/mkinitramfs