summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx31pdk.conf
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-03-13 13:54:58 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-03-13 11:03:13 -0300
commit4421999ad40f3ddff010f6437942347f09eb589e (patch)
tree7c2ed6fa3758340fb5e056b41bd6f3014bf06608 /conf/machine/imx31pdk.conf
parent6e607735f00888e45755651c3173f7aaa48e2b18 (diff)
downloadmeta-fsl-arm-4421999ad40f3ddff010f6437942347f09eb589e.tar.gz
imx31pdk, imx35pdk: Remove 'kernel26' feature
'kernel26' feature has been already removed in oe-core. No need to keep this anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'conf/machine/imx31pdk.conf')
-rw-r--r--conf/machine/imx31pdk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf
index 0bb7aa7..a121146 100644
--- a/conf/machine/imx31pdk.conf
+++ b/conf/machine/imx31pdk.conf
@@ -25,5 +25,5 @@ IMAGE_FSTYPES = "ubi jffs2 tar.bz2"
25MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030" 25MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030"
26UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" 26UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
27 27
28MACHINE_FEATURES += "kernel26 ext3 bluetooth ext2 screen" 28MACHINE_FEATURES += "ext3 bluetooth ext2 screen"
29 29