diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-12 18:23:18 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-12 18:23:18 +0000 |
commit | be1c6051491bf79d300c119e07ec8af97c3829ab (patch) | |
tree | 073b98dadd332de63120f3602fd3b846122f7581 /conf | |
parent | af52177ab70e6a6ef57adca6f20c25439c2c86ee (diff) |
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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/omapzoom.conf | 5 |
1 files changed, 1 insertions, 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 " |