aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx31pdk.conf2
-rw-r--r--conf/machine/imx35pdk.conf2
2 files changed, 2 insertions, 2 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"
MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
-MACHINE_FEATURES += "kernel26 ext3 bluetooth ext2 screen"
+MACHINE_FEATURES += "ext3 bluetooth ext2 screen"
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf
index 29d1c6a..2de8baf 100644
--- a/conf/machine/imx35pdk.conf
+++ b/conf/machine/imx35pdk.conf
@@ -27,4 +27,4 @@ JFFS2_ERASEBLOCK = "0x20000"
IMAGE_FSTYPES += "jffs2 tar.bz2"
-MACHINE_FEATURES += "kernel26 ext2 ext3 screen"
+MACHINE_FEATURES += "ext2 ext3 screen"