mpc8313e-rdb.conf: make u-boot 1.3.1 the preferred version
[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 PREFERRED_VERSION_u-boot = "1.3.1"
14 UBOOT_MACHINE = "MPC8313ERDB_33_config"
15
16 #rootfs on NAND flash
17 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
18
19 #don't try to access tty1
20 USE_VT = "0"
21
22 SERIAL_CONSOLE = "115200 ttyS0"
23
24 #tune for the e300c3 core
25 require conf/machine/include/tune-ppce300c3.inc
26