merge of '6257d463f8bb66aa3012de1dace0e36e69fc91a3'
[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 KERNEL_IMAGETYPE = "uImage"
14
15 PREFERRED_VERSION_u-boot = "1.3.1"
16 UBOOT_MACHINE = "MPC8313ERDB_33_config"
17 UBOOT_ENTRYPOINT = "0"
18 UBOOT_LOADADDRESS = "0"
19
20 #rootfs on NAND flash
21 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
22
23 #don't try to access tty1
24 USE_VT = "0"
25
26 SERIAL_CONSOLE = "115200 ttyS0"
27
28 #tune for the e300c3 core
29 require conf/machine/include/tune-ppce300c3.inc
30