diff options
-rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index 8943f3d..7246cae 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/recipes-kernel/u-boot/u-boot_git.bb | |||
@@ -60,7 +60,7 @@ do_compile () { | |||
60 | cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin | 60 | cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin |
61 | else | 61 | else |
62 | ${STAGING_BINDIR_NATIVE}/boot_format \ | 62 | ${STAGING_BINDIR_NATIVE}/boot_format \ |
63 | ${STAGING_DATADIR_NATIVE}/${BOOTFORMAT_CONFIG} \ | 63 | ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \ |
64 | ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin | 64 | ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin |
65 | fi | 65 | fi |
66 | fi | 66 | fi |