From: Andy Voltz Date: Wed, 5 Jun 2013 15:52:30 +0000 (-0400) Subject: tune-cortexa5.inc: Add tune file for cortex-a5 X-Git-Tag: 2015-4~6287 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=50bc63c5c377d9fbb87b3efefc8c6f5473ba642a;p=openembedded-core.git tune-cortexa5.inc: Add tune file for cortex-a5 Signed-off-by: Andy Voltz Signed-off-by: Saul Wold --- 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