merge of '8dccbf106093aaa7b62b2a96962945185534c923'
[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 pci ext2 uboot"
12
13 KERNEL_IMAGETYPE = "uImage"
14
15 PREFERRED_VERSION_u-boot = "1.1.6"
16 UBOOT_MACHINE = "MPC8323ERDB_config"
17
18 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000"
19
20 #don't try to access tty1
21 USE_VT = "0"
22
23 SERIAL_CONSOLE = "115200 ttyS0"
24
25 #tune for the e300c2 core
26 require conf/machine/include/tune-ppce300c2.inc
27