diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-28 13:48:13 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-28 13:48:13 +0000 |
commit | c5eb38dbacd45160840308061f811165a87b7df4 (patch) | |
tree | 2a3a6747303485e9431634f808a362eac3abb137 /conf/machine/jornada7xx.conf | |
parent | d68972c8d42cebcadbad5d51389a4357affef358 (diff) |
conf/machine: Go back to treating all Strongarm devices the same.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html
gcc does not differentiate between the different Strongarm flavors, why should OE?
Diffstat (limited to 'conf/machine/jornada7xx.conf')
-rw-r--r-- | conf/machine/jornada7xx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf index ee9117e406..8741eb4ff6 100644 --- a/conf/machine/jornada7xx.conf +++ b/conf/machine/jornada7xx.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" -require conf/machine/include/tune-strongarm1100.inc +require conf/machine/include/tune-strongarm.inc PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx" PCMCIA_MANAGER = "pcmciautils" |