diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-05 15:13:20 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-11 16:47:43 -0400 |
commit | f5b282271c7545929c47f0c9c087a9f55dc8df93 (patch) | |
tree | de396b97176c427b886b5320a641759cd4de05c4 /conf/machine/omap3-touchbook.conf | |
parent | 24520543b12d8f05f8bf6ab18d3cc4dca23b6c31 (diff) | |
download | meta-ti-f5b282271c7545929c47f0c9c087a9f55dc8df93.tar.gz |
omap3-touchbook: remove machine definition, since it's unsupported
There is no support for this device from meta-ti. Plus I don't have the device.
If there's anyone willing to maintain it, please let me know or feel free to
take it to a separate layer.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/omap3-touchbook.conf')
-rw-r--r-- | conf/machine/omap3-touchbook.conf | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf deleted file mode 100644 index 6c52d9ee..00000000 --- a/conf/machine/omap3-touchbook.conf +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Always Innovating touchbook | ||
3 | #@DESCRIPTION: Machine configuration for the http://www.alwaysinnovating.com/touchbook/ | ||
4 | |||
5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
6 | XSERVER = "xserver-xorg \ | ||
7 | xf86-input-evdev \ | ||
8 | xf86-input-mouse \ | ||
9 | xf86-input-tslib \ | ||
10 | xf86-video-fbdev \ | ||
11 | xf86-video-omapfb \ | ||
12 | xf86-input-keyboard" | ||
13 | |||
14 | # Only has DVI connector for external screen | ||
15 | GUI_MACHINE_CLASS = "bigscreen" | ||
16 | |||
17 | require conf/machine/include/omap3.inc | ||
18 | |||
19 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" | ||
20 | |||
21 | IMAGE_FSTYPES += "tar.bz2" | ||
22 | EXTRA_IMAGECMD_jffs2 = "-lnp " | ||
23 | |||
24 | # Guesswork | ||
25 | SERIAL_CONSOLE = "115200 ttyS2" | ||
26 | |||
27 | UBOOT_MACHINE = "omap3_beagle_config" | ||
28 | XLOAD_MACHINE = "beagleboard_config" | ||
29 | |||
30 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
31 | # From dmesg: | ||
32 | # UBI: smallest flash I/O unit: 2048 | ||
33 | # UBI: logical eraseblock size: 129024 bytes | ||
34 | # from ubiattach stdout: | ||
35 | # UBI device number 0, total 1996 LEBs | ||
36 | MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996" | ||
37 | |||
38 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
39 | # from dmesg: | ||
40 | # UBI: smallest flash I/O unit: 2048 | ||
41 | # UBI: physical eraseblock size: 131072 bytes (128 KiB) | ||
42 | # UBI: sub-page size: 512 | ||
43 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" | ||
44 | |||
45 | # and sdio | ||
46 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx" | ||