msmcommd: add libmsmhll as dependency and bump PR
[openembedded.git] / conf / machine / boc01.conf
blob7c8182a22bd94e8922331ea3f32b5e079d59ac40
1 #@TYPE: Machine
2 #@Name: BollorĂ© telecom CPE v01
3 #@DESCRIPTION: Machine configuration for the BollorĂ© telecom CPE v01
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=0x20000 --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