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:48:29 +0100 |
commit | bff43fb32376c8ea8cebb0d88528f1b7ab774db5 (patch) | |
tree | 5b6287ec0115cb218c1147238bd16096ca705c38 /meta/conf/machine/include | |
parent | cb21024adf9c4acefbebf51cdab564d765c8096c (diff) | |
download | poky-bff43fb32376c8ea8cebb0d88528f1b7ab774db5.tar.gz |
tune-cortexa5.inc: Add tune file for cortex-a5
(From OE-Core rev: 50bc63c5c377d9fbb87b3efefc8c6f5473ba642a)
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-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 @@ | |||
1 | CORTEX_ID = "a5" | ||
2 | |||
3 | TUNEVALID[cortexa5] = "Enable Cortex-A5 specific processor optimizations" | ||
4 | |||
5 | require conf/machine/include/tune-cortexa.inc | ||