From 6ddf61ff1c472734d234fb8f4c40bff72d484dd1 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 5 Dec 2012 21:41:45 +0000 Subject: [PATCH] fmc: update the version for legacy targets fmc_git.bb is added for e6500 targets, the default fmc version is build from git, the version(0.9.23) of legacy targets should be specified explicitly. Signed-off-by: Zhenhua Luo --- meta-fsl-ppc/conf/machine/p1023rds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-fsl-ppc/conf/machine/p1023rds.conf b/meta-fsl-ppc/conf/machine/p1023rds.conf index e51e5f76..956f321f 100644 --- a/meta-fsl-ppc/conf/machine/p1023rds.conf +++ b/meta-fsl-ppc/conf/machine/p1023rds.conf @@ -7,6 +7,8 @@ UBOOT_MACHINES ?= "P1023RDS P1023RDS_NAND" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" +PREFERRED_VERSION_fmc = "0.9.23" + JFFS2_ERASEBLOCK = "0x10000" SYSVINIT_ENABLED_GETTYS = "" -- 2.40.1