From be8d1c1de175c22dc8e066d17dc54649975b4687 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 20 Mar 2015 03:43:13 +0000 Subject: [PATCH] omap-a15, dra7xx: add mmip feature to entire SOC family Signed-off-by: Denys Dmytriyenko --- conf/machine/include/dra7xx.inc | 2 +- conf/machine/include/omap-a15.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index a7c8782c..857e1b35 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc @@ -1,4 +1,4 @@ require conf/machine/include/omap-a15.inc SOC_FAMILY_append = ":dra7xx" -MACHINE_FEATURES += "pci mmip" +MACHINE_FEATURES += "pci" diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 3654c3a9..41a2f196 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -5,7 +5,7 @@ DEFAULTTUNE ?= "cortexa15thf-neon" require conf/machine/include/tune-cortexa15.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r6" +MACHINE_KERNEL_PR = "r7" PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" @@ -31,4 +31,4 @@ GUI_MACHINE_CLASS = "smallscreen" UBI_VOLNAME = "rootfs" # List common SoC features, may need to add touchscreen for specific machines -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip"