diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-30 15:33:20 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-30 15:33:20 +0200 |
commit | e8f0a65d79dfdec380ca6bf132a9a8aef999ce4b (patch) | |
tree | 5a0ba075ada20a1d82b8a838b1d7d5d80af1fdd5 /conf | |
parent | 0546e921e1d0e0c56bd2cada978abecf6bcce852 (diff) |
omapzoom: linux-omap work better on the device than linux-omapzoom, so switch to that
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/omapzoom.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/omapzoom.conf b/conf/machine/omapzoom.conf index 22fe5d4643..58b61f1281 100644 --- a/conf/machine/omapzoom.conf +++ b/conf/machine/omapzoom.conf @@ -24,8 +24,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork SERIAL_CONSOLE = "115200 ttyS2" -# Will be merged into the linux-omap recipe soon -PREFERRED_PROVIDER_virtual/kernel = "linux-omapzoom" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" KERNEL_IMAGETYPE = "uImage" |