diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-09 10:31:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-24 16:19:25 +0100 |
commit | 03f4a9211e59eb7e5dd406e683fa1aa320ac78df (patch) | |
tree | 408f5d540e4abe3a88d92a85445b4fa8d36daf62 /conf/machine/pandaboard.conf | |
parent | 1102184b6c9cb301f7689ed08b92e8a9e5747615 (diff) | |
download | meta-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.conf | 18 |
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 | |||
5 | require conf/machine/include/omap4.inc | ||
6 | |||
7 | UBOOT_MACHINE = "omap4_panda_config" | ||
8 | |||
9 | GUI_MACHINE_CLASS = "bigscreen" | ||
10 | |||
11 | IMAGE_FSTYPES += "tar.bz2" | ||
12 | |||
13 | SERIAL_CONSOLE = "115200 ttyO2" | ||
14 | |||
15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat" | ||
17 | |||
18 | |||