diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-06-20 22:33:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-23 11:41:57 -0400 |
commit | 721aad503b2c6ad8555b4c70f564b8d83481bf47 (patch) | |
tree | e3b5f66a7dea993ad3c015c8737e256b7140719d /conf/machine/include/omap-a15.inc | |
parent | 727c29513252a3b8d1d48aef7f69580a9f377180 (diff) | |
download | meta-ti-721aad503b2c6ad8555b4c70f564b8d83481bf47.tar.gz |
machine configs: set optimized hardfp DEFAULTTUNE if not set
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index dcf973e2..3fef64e1 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -1,10 +1,11 @@ | |||
1 | SOC_FAMILY = "omap-a15" | 1 | SOC_FAMILY = "omap-a15" |
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | DEFAULTTUNE ?= "cortexa15thf-neon" | ||
4 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
5 | 6 | ||
6 | # Increase this everytime you change something in the kernel | 7 | # Increase this everytime you change something in the kernel |
7 | MACHINE_KERNEL_PR = "r3" | 8 | MACHINE_KERNEL_PR = "r4" |
8 | 9 | ||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 10 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |