diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-19 17:24:26 +0200 |
---|---|---|
committer | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-19 17:24:26 +0200 |
commit | 461b8d6b9680f94cce80140d56c2f65df782de99 (patch) | |
tree | 67c55d517701d997b2ab7f26b620c6cb1941e52d /targets/ryuglab/boot/nbscripts | |
parent | e1fe612b4358ff9bb394deb8ac537b4aef56bec7 (diff) | |
download | linux-conf-perf-461b8d6b9680f94cce80140d56c2f65df782de99.tar.gz linux-conf-perf-461b8d6b9680f94cce80140d56c2f65df782de99.tar.bz2 linux-conf-perf-461b8d6b9680f94cce80140d56c2f65df782de99.zip |
Rename ryuglab target folder cyclictest to boot
Boot configuration it this folder wasn't usable only just for
cyclictest, but for any test. So new name is more descriptive.
Diffstat (limited to 'targets/ryuglab/boot/nbscripts')
-rw-r--r-- | targets/ryuglab/boot/nbscripts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/targets/ryuglab/boot/nbscripts b/targets/ryuglab/boot/nbscripts new file mode 100644 index 0000000..ba35885 --- /dev/null +++ b/targets/ryuglab/boot/nbscripts @@ -0,0 +1,5 @@ +#!/usr/bin/env novaboot +# -*-sh-*- +load uImage console=ttyPSC0,115200 quiet +load shark-ryu.dtb +load rootfs.cpio.uboot |