increase dvbapp PR.
[vuplus_openembedded] / conf / machine / tqm8540.conf
1 #@TYPE: Machine
2 #@Name: TQM85xx
3 #@DESCRIPTION: Machine configuration for the Ixxi TQ-Minimodule with MPC8540
4
5 TARGET_ARCH = "powerpc"
6
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
8
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot jffs2"
10
11 KERNEL_IMAGETYPE = "uImage"
12
13 PREFERRED_VERSION_u-boot = "1.3.2"
14 UBOOT_MACHINE = "TQM8540_config"
15
16 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000"
17
18 #don't try to access tty1
19 USE_VT = "0"
20
21 SERIAL_CONSOLE = "115200 ttyS0"
22
23 #tune for the e500 core
24 require conf/machine/include/tune-ppce500.inc
25