diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omap4430-panda.conf | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf deleted file mode 100644 index afa58065..00000000 --- a/conf/machine/omap4430-panda.conf +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: OMAP4430 Panda | ||
3 | #@DESCRIPTION: Machine configuration for the OMAP4430 Panda | ||
4 | |||
5 | require conf/machine/include/omap3.inc | ||
6 | |||
7 | EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " | ||
8 | |||
9 | XLOAD_MACHINE = "omap4430panda_config" | ||
10 | XLOAD_LOAD_ADDRESS = "0x40304350" | ||
11 | |||
12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" | ||
13 | UBOOT_MACHINE = "omap4_panda_config" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | ||
16 | |||
17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
18 | XSERVER = "xserver-xorg \ | ||
19 | xserver-xorg-extension-dri \ | ||
20 | xserver-xorg-extension-dri2 \ | ||
21 | xserver-xorg-extension-glx \ | ||
22 | xf86-input-evdev \ | ||
23 | xf86-input-mouse \ | ||
24 | xf86-video-fbdev \ | ||
25 | xf86-input-keyboard" | ||
26 | |||
27 | GUI_MACHINE_CLASS = "bigscreen" | ||
28 | |||
29 | IMAGE_FSTYPES += "tar.bz2" | ||
30 | |||
31 | SERIAL_CONSOLE = "115200 ttyO2" | ||
32 | |||
33 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
34 | MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" | ||