diff options
author | Andy Voltz <andy.voltz@timesys.com> | 2013-06-05 11:52:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:41:03 +0100 |
commit | 50bc63c5c377d9fbb87b3efefc8c6f5473ba642a (patch) | |
tree | def5df9debe29f8030088efcf5940de03721de9b /meta | |
parent | 3e4f4a1cf07ff7cf4c71566492385f8fbf581789 (diff) | |
download | openembedded-core-50bc63c5c377d9fbb87b3efefc8c6f5473ba642a.tar.gz openembedded-core-50bc63c5c377d9fbb87b3efefc8c6f5473ba642a.tar.bz2 openembedded-core-50bc63c5c377d9fbb87b3efefc8c6f5473ba642a.zip |
tune-cortexa5.inc: Add tune file for cortex-a5
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-cortexa5.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include/tune-cortexa5.inc new file mode 100644 index 0000000000..5511c5cc04 --- /dev/null +++ b/meta/conf/machine/include/tune-cortexa5.inc @@ -0,0 +1,5 @@ +CORTEX_ID = "a5" + +TUNEVALID[cortexa5] = "Enable Cortex-A5 specific processor optimizations" + +require conf/machine/include/tune-cortexa.inc |