]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Update boot scripts to the new novaboot syntax
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 19 Jan 2014 16:15:19 +0000 (17:15 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 19 Jan 2014 16:15:19 +0000 (17:15 +0100)
boot/boot
recvmmsg/ppc/boot
ugw/ppc/boot

index 4f6a24b7eca3952113c0eec795be0fac6379810d..4a8620844a28e6d8b238dc1ad38985eb210cd800 100755 (executable)
--- a/boot/boot
+++ b/boot/boot
@@ -4,6 +4,6 @@
 # Use this file with https://github.com/wentasah/novaboot
 BUILDDIR=images
 
 # 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
index 3e9a4d3ab73de9bd227008c597d34360ec71ca55..488085539c02f6c380aa854496335bc046fbaf4a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env novaboot
 # -*-sh-*-
 EXITON=Welcome to Buildroot
 #!/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
index 4790e2167431163ec798a74b74055ceac902bc29..a5600df14079833d1c7ff436f11f3595ccd6fba2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env novaboot
 # -*-sh-*-
 #EXITON=UGW started
 #!/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