summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-05 08:31:21 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-05 12:03:43 -0500
commit43956e56dba61709a4b01bb4ed6c4a28cef19d30 (patch)
treeeec5e279a89f5e98c073727156c5656ca017da00 /conf
parentdfbcf63963c95a4818865a9a397dae58c0045121 (diff)
downloadmeta-ti-43956e56dba61709a4b01bb4ed6c4a28cef19d30.tar.gz
pandaboard: remove all traces of old 'omap4430-panda' machine
It has been completely replaced with the 'pandaboard' machine config. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/omap4430-panda.conf34
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
5require conf/machine/include/omap3.inc
6
7EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman "
8
9XLOAD_MACHINE = "omap4430panda_config"
10XLOAD_LOAD_ADDRESS = "0x40304350"
11
12PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman"
13UBOOT_MACHINE = "omap4_panda_config"
14
15PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"
16
17PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
18XSERVER = "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
27GUI_MACHINE_CLASS = "bigscreen"
28
29IMAGE_FSTYPES += "tar.bz2"
30
31SERIAL_CONSOLE = "115200 ttyO2"
32
33MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
34MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat"