uclibc: remove obsolete patches for git version
[openembedded.git] / conf / machine / mpc8313e-rdb.conf
blobed2579c8c048c712ff749b2e13bc71a8e6fc087e
1 #@TYPE: Machine
2 #@Name: Freescale MPC8313E-RDB
3 #@DESCRIPTION: Machine configuration for the Freescale MPC8313E-RDB
5 TARGET_ARCH = "powerpc"
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
11 KERNEL_IMAGETYPE = "uImage"
13 PREFERRED_VERSION_u-boot = "1.3.2"
14 UBOOT_MACHINE = "MPC8313ERDB_33_config"
15 UBOOT_ENTRYPOINT = "0"
16 UBOOT_LOADADDRESS = "0"
18 #rootfs on NAND flash
19 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
21 #don't try to access tty1
22 USE_VT = "0"
24 SERIAL_CONSOLE = "115200 ttyS0"
26 #tune for the e300c3 core
27 require conf/machine/include/tune-ppce300c3.inc