diff options
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb index 96944c1c0..c97d5d8e9 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb | |||
| @@ -9,7 +9,7 @@ PROVIDES += "u-boot" | |||
| 9 | 9 | ||
| 10 | do_compile_append () { | 10 | do_compile_append () { |
| 11 | case "${UBOOT_MACHINE}" in | 11 | case "${UBOOT_MACHINE}" in |
| 12 | *spi*) tclsh byte_swap.tcl ${S}/u-boot.bin ${S}/u-boot.swap.bin 8 | 12 | *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl ${S}/u-boot.bin ${S}/u-boot.swap.bin 8 |
| 13 | mv ${S}/u-boot.swap.bin ${S}/u-boot.bin;; | 13 | mv ${S}/u-boot.swap.bin ${S}/u-boot.bin;; |
| 14 | esac | 14 | esac |
| 15 | } | 15 | } |
