summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e6500.inc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 00:25:54 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:19 +0800
commitea176fcba76c1abbdf75c9f81607603bab7874a5 (patch)
tree70bb03caede93af653eab0facf056a8069782b3c /conf/machine/include/e6500.inc
parent0d16a03f507ce62eee92308b1c5bc1bd94ca5a3f (diff)
downloadmeta-fsl-ppc-ea176fcba76c1abbdf75c9f81607603bab7874a5.tar.gz
remove kernel26 machine feature usage
kernel26 is now obsolete so remove it from the machine configs Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/include/e6500.inc')
-rw-r--r--conf/machine/include/e6500.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/e6500.inc b/conf/machine/include/e6500.inc
index dd259fc..c901020 100644
--- a/conf/machine/include/e6500.inc
+++ b/conf/machine/include/e6500.inc
@@ -2,7 +2,7 @@ TARGET_FPU = "hard"
2 2
3require conf/machine/include/tune-ppce6500.inc 3require conf/machine/include/tune-ppce6500.inc
4 4
5MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" 5MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
6MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf kernel-modules" 6MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf kernel-modules"
7 7
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" 8PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"