summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ls1_2014.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1_2014.07.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
index c97d5d8..7b4fb58 100644
--- a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
@@ -11,6 +11,7 @@ do_compile_append () {
11 case "${UBOOT_MACHINE}" in 11 case "${UBOOT_MACHINE}" in
12 *spi*) tclsh ${STAGING_BINDIR_NATIVE}/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 *sdcard*) mv ${S}/u-boot-with-spl-pbl.bin ${S}/u-boot.bin;;
14 esac 15 esac
15} 16}
16 17