ep93xx: prefer kdrive
[vuplus_openembedded] / conf / machine / ep93xx.conf
1 #@TYPE: Machine
2 #@Name: Cirrus Logic EP-93xx Development Platform
3 #@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
4
5
6 TARGET_ARCH = "arm"
7 PACKAGE_EXTRA_ARCHS = "armv4t"
8
9 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
10 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
11
12 #don't try to access tty1
13 USE_VT = "0"
14
15 MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen"
16
17 # used by sysvinit_2
18 SERIAL_CONSOLE = "57600 ttyAM0"
19
20 # used by some images
21 ROOT_FLASH_SIZE = "8"
22 #extra jffs2 tweaks
23 EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
24
25 #tune for ep93xx cpus
26 #can be used for crunch support later on
27 #require conf/machine/include/tune-ep9312.conf
28
29
30 require conf/machine/include/tune-arm920t.conf