increase dvbapp PR.
[vuplus_openembedded] / conf / machine / mpc8313e-rdb.conf
1 #@TYPE: Machine
2 #@Name: Freescale MPC8313E-RDB
3 #@DESCRIPTION: Machine configuration for the Freescale MPC8313E-RDB
4
5 TARGET_ARCH = "powerpc"
6
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
8
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
10
11 KERNEL_IMAGETYPE = "uImage"
12
13 PREFERRED_VERSION_u-boot = "1.3.2"
14 UBOOT_MACHINE = "MPC8313ERDB_33_config"
15 UBOOT_ENTRYPOINT = "0"
16 UBOOT_LOADADDRESS = "0"
17
18 #rootfs on NAND flash
19 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
20
21 #don't try to access tty1
22 USE_VT = "0"
23
24 SERIAL_CONSOLE = "115200 ttyS0"
25
26 #tune for the e300c3 core
27 require conf/machine/include/tune-ppce300c3.inc
28