summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-01-29 13:47:02 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-02 18:34:29 -0200
commitc4128e990df720c337d9fe58bf1aa21182307202 (patch)
tree5eac152b696e2b968f6acdac859ce764ed751ab6 /meta-fsl-arm/recipes-bsp/u-boot
parent459a2924e06294d48fe7b8191166ee16493902c4 (diff)
downloadmeta-freescale-c4128e990df720c337d9fe58bf1aa21182307202.tar.gz
u-boot-ls1: Booting from SD card using u-boot-with-spl-pbl
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/recipes-bsp/u-boot')
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb1
1 files changed, 1 insertions, 0 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 c97d5d8e..7b4fb583 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
@@ -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