imote2.conf: Remove misleading comment.
[openembedded.git] / conf / machine / p2020ds.conf
1 #@TYPE: Machine
2 #@Name: P2020ds
3 #@DESCRIPTION: Machine configuration for the freescale p2020ds development board
4
5 TARGET_ARCH = "powerpc"
6
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
8
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 vfat nfs uboot"
10
11 KERNEL_IMAGETYPE = "uImage"
12 UBOOT_ENTRYPOINT = "0"
13
14 UBOOT_MACHINE = "P2020DS_config"
15
16 # Need to create jffs2 images with the correct endianess
17 EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x20000"
18
19 #don't try to access tty1
20 USE_VT = "0"
21
22 #setup serial console on Com1
23 SERIAL_CONSOLE = "-L 115200 ttyS0"