diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-03-20 03:43:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-03-19 17:52:08 -0400 |
commit | 185220eb050fdd6c267121e40b699626c9e1e50c (patch) | |
tree | 58adef884c88b087e268bd5acec24735b8178848 /conf/machine/include/omap-a15.inc | |
parent | adc038f66b1695bfd87f22dfb7e77bddaaa1a10e (diff) | |
download | meta-ti-185220eb050fdd6c267121e40b699626c9e1e50c.tar.gz |
omap-a15, dra7xx: add mmip feature to entire SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r-- | conf/machine/include/omap-a15.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
6 | 6 | ||
7 | # Increase this everytime you change something in the kernel | 7 | # Increase this everytime you change something in the kernel |
8 | MACHINE_KERNEL_PR = "r6" | 8 | MACHINE_KERNEL_PR = "r7" |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 10 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
@@ -31,4 +31,4 @@ GUI_MACHINE_CLASS = "smallscreen" | |||
31 | UBI_VOLNAME = "rootfs" | 31 | UBI_VOLNAME = "rootfs" |
32 | 32 | ||
33 | # List common SoC features, may need to add touchscreen for specific machines | 33 | # List common SoC features, may need to add touchscreen for specific machines |
34 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx" | 34 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip" |