[meta-freescale] [meta-fsl-arm][PATCH] u-boot-ls1: Booting from SD card using u-boot-with-spl-pbl

b40290 at freescale.com b40290 at freescale.com
Wed Jan 28 21:47:02 PST 2015


From: Chunrong Guo <B40290 at freescale.com>

Signed-off-by: Chunrong Guo <B40290 at freescale.com>
---
 recipes-bsp/u-boot/u-boot-ls1_2014.07.bb | 1 +
 1 file changed, 1 insertion(+)

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 () {
     case "${UBOOT_MACHINE}" in
         *spi*) tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl ${S}/u-boot.bin ${S}/u-boot.swap.bin 8 
         mv ${S}/u-boot.swap.bin ${S}/u-boot.bin;;
+        *sdcard*)  mv ${S}/u-boot-with-spl-pbl.bin  ${S}/u-boot.bin;;
     esac
 }
 
-- 
1.9.2



More information about the meta-freescale mailing list