diff options
author | Robert Bradford <rob@openedhand.com> | 2008-05-28 14:20:34 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-05-28 14:20:34 +0000 |
commit | b024871959e46549dfd7dd959f982859ad2d4523 (patch) | |
tree | 537067678d57581010004c6f96419a15a4f24759 | |
parent | 16b22d26616d35add20310a8cbda2e0610be1d4d (diff) | |
download | poky-b024871959e46549dfd7dd959f982859ad2d4523.tar.gz |
Remove 'bogus' machine file. Zoom support should be possible through standard
3430SDP.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4560 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/omap-zoom.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/conf/machine/omap-zoom.conf b/meta/conf/machine/omap-zoom.conf deleted file mode 100644 index 775a8be6d4..0000000000 --- a/meta/conf/machine/omap-zoom.conf +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: LogicPD OMAP 3430 Zoom Kit | ||
3 | #@DESCRIPTION: Machine configuration for the OMAP 3430 Zoom kit | ||
4 | TARGET_ARCH = "arm" | ||
5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" | ||
6 | |||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoom" | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" | ||
10 | KERNEL_IMAGETYPE = "uImage" | ||
11 | IMAGE_FSTYPES ?= "tar.gz" | ||
12 | SERIAL_CONSOLE = "-L 115200 ttyS0" | ||
13 | |||
14 | require conf/machine/include/tune-arm1136jf-s.inc | ||
15 | |||