]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - rootfs/build/prepare_boot
Add readnb-noirq test + make bench-all.sh faster
[can-benchmark.git] / rootfs / build / prepare_boot
1 #!/bin/sh
2 set -x
3 cp $1/rootfs.cpio ../../boot/images/
4 mkimage -T ramdisk -A powerpc -O linux -d $1/rootfs.cpio ../../boot/images/rootfs.uImage