diff options
Diffstat (limited to 'conf/machine/pandaboard.conf')
-rw-r--r-- | conf/machine/pandaboard.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf deleted file mode 100644 index 4dd6fa29..00000000 --- a/conf/machine/pandaboard.conf +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Pandaboard | ||
3 | #@DESCRIPTION: Machine configuration for the OMAP4430 Panda | ||
4 | |||
5 | require conf/machine/include/omap4.inc | ||
6 | |||
7 | MACHINE_GUI_CLASS = "bigscreen" | ||
8 | |||
9 | IMAGE_FSTYPES += "tar.xz" | ||
10 | |||
11 | KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" | ||
12 | |||
13 | SERIAL_CONSOLES = "115200;ttyS2" | ||
14 | |||
15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat gpu" | ||