summaryrefslogtreecommitdiff
path: root/meta/conf/machine/include/arm/feature-arm-thumb.inc
Commit message (Collapse)AuthorAgeFilesLines
* machine/include/arm/feature-arm-thumb: Allow thumb to be disabledRichard Purdie2011-08-051-1/+1
| | | | | | | | | The previous commit to this file meant thumb was always being turned on even when TUNE_FEATURES did not contain "thumb". This is clearly wrong and this patch corrects this so thumb options are no longer specified in that case. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* feature-arm-thumb: respect ARM_INSTRUCTION_SETMartin Jansa2011-07-291-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add ARM tune file overhaul based largely on work from Mark HatleRichard Purdie2011-07-271-0/+25
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>