merge of '6eab8aa968a601fef1ab31a6236358e693096ae9'
[vuplus_openembedded] / conf / machine / mpc8323e-rdb.conf
1 #@TYPE: Machine
2 #@Name: Freescale MPC8323E-RDB
3 #@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
4
5 TARGET_ARCH = "powerpc"
6 TARGET_FPU = "soft"
7 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
8
9 PREFERRED_PROVIDER_virtual/kernel = "linux"
10
11 MACHINE_FEATURES = "kernel26 usbhost ext2"
12
13 PREFERRED_VERSION_u-boot = "git"
14 UBOOT_MACHINE = "MPC8323ERDB_config"
15
16 #don't try to access tty1
17 USE_VT = "0"
18
19 SERIAL_CONSOLE = "115200 ttyS0"
20
21 #tune for the e300c2 core
22 require conf/machine/include/tune-ppce300c2.inc
23