diff options
Diffstat (limited to 'meta/classes/kernel-uboot.bbclass')
| -rw-r--r-- | meta/classes/kernel-uboot.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-uboot.bbclass b/meta/classes/kernel-uboot.bbclass index 345e7f5f3b..868e97d7a7 100644 --- a/meta/classes/kernel-uboot.bbclass +++ b/meta/classes/kernel-uboot.bbclass | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | uboot_prep_kimage() { | 1 | uboot_prep_kimage() { |
| 2 | if test -e arch/${ARCH}/boot/compressed/vmlinux ; then | 2 | if [ -e arch/${ARCH}/boot/compressed/vmlinux ]; then |
| 3 | vmlinux_path="arch/${ARCH}/boot/compressed/vmlinux" | 3 | vmlinux_path="arch/${ARCH}/boot/compressed/vmlinux" |
| 4 | linux_suffix="" | 4 | linux_suffix="" |
| 5 | linux_comp="none" | 5 | linux_comp="none" |
