summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r--conf/machine/include/omap-a15.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 3fef64e1..d7ddb62c 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -5,7 +5,7 @@ DEFAULTTUNE ?= "cortexa15thf-neon"
5require conf/machine/include/tune-cortexa15.inc 5require 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
8MACHINE_KERNEL_PR = "r4" 8MACHINE_KERNEL_PR = "r5"
9 9
10PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 10PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
@@ -29,3 +29,6 @@ GUI_MACHINE_CLASS = "smallscreen"
29# Use the expected value of the ubifs filesystem's volume name in the kernel 29# Use the expected value of the ubifs filesystem's volume name in the kernel
30# and u-boot. 30# and u-boot.
31UBI_VOLNAME = "rootfs" 31UBI_VOLNAME = "rootfs"
32
33# List common SoC features, may need to add touchscreen for specific machines
34MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"