cornucopia: bump SRCREV
[openembedded.git] / conf / machine / efikamx.conf
blobffc0cc96f876dc4dc0d1402985e38a355bda1c00
1 #@TYPE: Machine
2 #@Name: Genesi EFIKA MX Development Platform
3 #@DESCRIPTION: Machine configuration for the EFIKA MX development platform (http://www.powerdeveloper.org/platforms/efikamx)
5 TARGET_ARCH = "arm"
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux-efikamx"
9 MACHINE_FEATURES = "kernel26 usbhost ext2 alsa"
11 #don't try to access tty1
12 USE_VT = "0"
14 SERIAL_CONSOLE = "115200 ttymxc0"
15 UBOOT_ENTRYPOINT = "0x90008000"
16 UBOOT_LOADADDRESS = "0x90008000"
18 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-efikamx"
20 #tune for ARMv7/Cortex A8
21 require conf/machine/include/tune-cortexa8.inc