merge of 'eb36ea3d0bc0c86631fe499a8eff4d72e96e9e86'
[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 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_VERSION_u-boot = "git"
10
11 MACHINE_FEATURES = "kernel26 usbhost ext2"
12
13 UBOOT_MACHINE = "MPC8313ERDB_33_config"
14
15 #don't try to access tty1
16 USE_VT = "0"
17
18 SERIAL_CONSOLE = "115200 ttyS0"
19
20 #tune for the e300c3 core
21 require conf/machine/include/tune-ppce300c3.inc
22