From 5f708cb0b01ee2718bacc86e751ed06f565887f9 Mon Sep 17 00:00:00 2001 From: Zongchun Yu Date: Thu, 28 Nov 2013 14:30:13 +0800 Subject: [PATCH] u-boot:add srio image support Signed-off-by: Zongchun Yu --- meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb index 4f1c61f3..3939ef7e 100644 --- a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot_git.bb @@ -74,10 +74,11 @@ do_compile () { *SDCARD*) UBOOT_TARGET="u-boot-sd";; *SPIFLASH*) UBOOT_TARGET="u-boot-spi";; *NAND*) UBOOT_TARGET="u-boot-nand";; + *SRIO*) UBOOT_TARGET="u-boot-srio";; *) UBOOT_TARGET="";; esac - # deal with sd/spi/nand image + # deal with sd/spi/nand/srio image UBOOT_SOURCE=u-boot if [ "x${UBOOT_TARGET}" != "x" ]; then # some boards' nand image was named as u-boot-with-spl @@ -116,6 +117,7 @@ do_install(){ *SDCARD*) UBOOT_TARGET="u-boot-sd";; *SPIFLASH*) UBOOT_TARGET="u-boot-spi";; *NAND*) UBOOT_TARGET="u-boot-nand";; + *SRIO*) UBOOT_TARGET="u-boot-srio";; *) UBOOT_TARGET="u-boot";; esac @@ -137,6 +139,7 @@ do_deploy(){ *SDCARD*) UBOOT_TARGET="u-boot-sd";; *SPIFLASH*) UBOOT_TARGET="u-boot-spi";; *NAND*) UBOOT_TARGET="u-boot-nand";; + *SRIO*) UBOOT_TARGET="u-boot-srio";; *) UBOOT_TARGET="u-boot";; esac -- 2.40.1