From be1c6051491bf79d300c119e07ec8af97c3829ab Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 12 Feb 2010 18:23:18 +0000 Subject: [PATCH] omapzoom.conf : this is an omap3 device using same kernel as most others Change it to use the omap3.inc so it gets the same features beagle/zoom2/hawk get. --- conf/machine/omapzoom.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/machine/omapzoom.conf b/conf/machine/omapzoom.conf index 4732f68c98..ab0612f292 100644 --- a/conf/machine/omapzoom.conf +++ b/conf/machine/omapzoom.conf @@ -14,10 +14,7 @@ XSERVER = "xserver-xorg \ # Only has DVI connector for external screen GUI_MACHINE_CLASS = "bigscreen" -#include conf/machine/include/tune-arm1136jf-s.inc -# requires gcc 4.3.0: -include conf/machine/include/tune-cortexa8.inc - +require conf/machine/include/omap3.inc IMAGE_FSTYPES += "tar.bz2 jffs2" EXTRA_IMAGECMD_jffs2 = "-lnp " -- 2.39.5