From: Zhenhua Luo Date: Wed, 12 Sep 2012 07:06:26 +0000 (+0800) Subject: add nand u-boot in the default build list for p2041rdb X-Git-Tag: 2.1~534^2~406 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=58c5556e5d1dbfe795c8804a2d552aae69cc5d0f;p=meta-freescale.git add nand u-boot in the default build list for p2041rdb Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/conf/machine/p2041rdb.conf b/meta-fsl-ppc/conf/machine/p2041rdb.conf index 5c72e0da..7cb449b2 100644 --- a/meta-fsl-ppc/conf/machine/p2041rdb.conf +++ b/meta-fsl-ppc/conf/machine/p2041rdb.conf @@ -3,7 +3,7 @@ require e500mc.inc -UBOOT_MACHINES ?= "P2041RDB P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH" +UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts \ ${S}/arch/powerpc/boot/dts/p2041rdb-usdpaa.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"