diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index b4cc9de139..ab7c4f3d05 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -350,12 +350,6 @@ QEMUMICROBLAZE_DEFAULT_FSTYPE=cpio | |||
350 | QEMUZYNQ_DEFAULT_KERNEL=uImage | 350 | QEMUZYNQ_DEFAULT_KERNEL=uImage |
351 | QEMUZYNQ_DEFAULT_FSTYPE=cpio | 351 | QEMUZYNQ_DEFAULT_FSTYPE=cpio |
352 | 352 | ||
353 | AKITA_DEFAULT_KERNEL=zImage-akita.bin | ||
354 | AKITA_DEFAULT_FSTYPE=jffs2 | ||
355 | |||
356 | SPITZ_DEFAULT_KERNEL=zImage-spitz.bin | ||
357 | SPITZ_DEFAULT_FSTYPE=ext3 | ||
358 | |||
359 | setup_path_vars() { | 353 | setup_path_vars() { |
360 | if [ -z "$OE_TMPDIR" ] ; then | 354 | if [ -z "$OE_TMPDIR" ] ; then |
361 | PATHS_REQUIRED=true | 355 | PATHS_REQUIRED=true |