merge of '49118a4c6035353c0f8cf1aa30297dd36e43241f'
[vuplus_openembedded] / conf / machine / cs-e9302.conf
1 #@TYPE: Machine
2 #@Name: Olimex CS-E9302 Development Platform
3 #@DESCRIPTION: Machine configuration for Olimex CS-E9302 Development Platform
4
5 TARGET_ARCH = "arm"
6 PACKAGE_EXTRA_ARCHS = "armv4t"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9
10 #don't try to access tty1
11 USE_VT = "0"
12
13 MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost"
14
15 # used by sysvinit_2
16 SERIAL_CONSOLE = "57600 ttyAM0"
17
18 # used by some images
19 ROOT_FLASH_SIZE = "8"
20 #extra jffs2 tweaks
21 EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
22
23 require conf/machine/include/tune-arm920t.inc