diff options
Diffstat (limited to 'meta/conf/machine/omap-3430sdp.conf')
-rw-r--r-- | meta/conf/machine/omap-3430sdp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf index e00bb4d3be..203895f8ee 100644 --- a/meta/conf/machine/omap-3430sdp.conf +++ b/meta/conf/machine/omap-3430sdp.conf @@ -2,7 +2,7 @@ #@NAME: TI OMAP 3430 SDP #@DESCRIPTION: Machine configuration for the TI OMAP 3430 SDP TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" PREFERRED_PROVIDER_virtual/kernel = "linux-omap" @@ -11,5 +11,5 @@ KERNEL_IMAGETYPE = "uImage" IMAGE_FSTYPES ?= "tar.gz" SERIAL_CONSOLE = "-L 115200 ttyS0" +#require conf/machine/include/tune-cortexa8.inc require conf/machine/include/tune-arm1136jf-s.inc - |