summaryrefslogtreecommitdiffstats
path: root/conf/machine/pandaboard.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-09 10:31:15 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-24 16:19:25 +0100
commit03f4a9211e59eb7e5dd406e683fa1aa320ac78df (patch)
tree408f5d540e4abe3a88d92a85445b4fa8d36daf62 /conf/machine/pandaboard.conf
parent1102184b6c9cb301f7689ed08b92e8a9e5747615 (diff)
downloadmeta-ti-03f4a9211e59eb7e5dd406e683fa1aa320ac78df.tar.gz
pandaboard: new machine config to support both omap4430 and omap4460 based pandaboards
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine/pandaboard.conf')
-rw-r--r--conf/machine/pandaboard.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
new file mode 100644
index 00000000..2c37b4fa
--- /dev/null
+++ b/conf/machine/pandaboard.conf
@@ -0,0 +1,18 @@
1#@TYPE: Machine
2#@NAME: Pandaboard
3#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
4
5require conf/machine/include/omap4.inc
6
7UBOOT_MACHINE = "omap4_panda_config"
8
9GUI_MACHINE_CLASS = "bigscreen"
10
11IMAGE_FSTYPES += "tar.bz2"
12
13SERIAL_CONSOLE = "115200 ttyO2"
14
15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
16MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat"
17
18