]> code.ossystems Code Review - openembedded-core.git/commit
tune-sh4.inc: Fix spelling of big-endian feature set
authorPeter Seebach <peter.seebach@windriver.com>
Fri, 27 Apr 2012 23:51:46 +0000 (18:51 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 May 2012 10:55:41 +0000 (11:55 +0100)
commite63fb1e9918bff6f91bbab09b29248ab8b649e84
tree139d69429f306d7416465852249e9864dc228346
parent72684aac1d97469ee5cf9ef0d017a8b933e2a6d6
tune-sh4.inc: Fix spelling of big-endian feature set

In tune-sh3, tune-xscale, and tune-sh4, several FEATURES lines referred
to nonexistent features like "sh3eb" when they should have referred to "sh3
bigendian" or the like.  Caught by the TUNEVALID sanity check.

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-sh3.inc
meta/conf/machine/include/tune-sh4.inc
meta/conf/machine/include/tune-xscale.inc