diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-21 20:31:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-23 09:34:57 +0200 |
commit | d697ad0981c5e1d44ab7dd071e61c1d70e0bfe72 (patch) | |
tree | 64b02849035cc5dbd73f273859d7ca13e879d1cb /conf | |
parent | 1735237550d85da337ea57cb5d6be9ccc8c0355c (diff) | |
download | meta-ti-d697ad0981c5e1d44ab7dd071e61c1d70e0bfe72.tar.gz |
linux-omap 2.6.39: add cpufreq support and tweak beagleboard expansionboard patches
make it the default for beagleboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index ce480193..353d340e 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -15,7 +15,7 @@ GUI_MACHINE_CLASS = "bigscreen" | |||
15 | 15 | ||
16 | require conf/machine/include/omap3.inc | 16 | require conf/machine/include/omap3.inc |
17 | 17 | ||
18 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" | 18 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
19 | 19 | ||
20 | IMAGE_FSTYPES += "tar.bz2 ubi" | 20 | IMAGE_FSTYPES += "tar.bz2 ubi" |
21 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 21 | EXTRA_IMAGECMD_jffs2 = "-lnp " |