summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-12-05 21:41:45 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:03:15 -0600
commit2f7b297bb3fd0459a9cff0b42b421460ee6991ec (patch)
tree94cab753f20d071227592530674d293d87fce432 /conf
parentc00fe318ecfb3d06e4167d4981ccf56e9e72e074 (diff)
downloadmeta-fsl-ppc-2f7b297bb3fd0459a9cff0b42b421460ee6991ec.tar.gz
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 <b19537@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p1023rds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/p1023rds.conf b/conf/machine/p1023rds.conf
index e51e5f7..956f321 100644
--- a/conf/machine/p1023rds.conf
+++ b/conf/machine/p1023rds.conf
@@ -7,6 +7,8 @@ UBOOT_MACHINES ?= "P1023RDS P1023RDS_NAND"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts" 7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts"
8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" 8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
9 9
10PREFERRED_VERSION_fmc = "0.9.23"
11
10JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
11 13
12SYSVINIT_ENABLED_GETTYS = "" 14SYSVINIT_ENABLED_GETTYS = ""