merge of '967336334b2d3b22623c9851eb0ab8a2f5ad19c2'
[vuplus_openembedded] / conf / machine / gesbc-9302.conf
1 #@TYPE: Machine
2 #@Name: Glomation GESBC-9302 single board computer
3 #@DESCRIPTION: Low cost SBC based on Cirrus Logic EP9302 CPU
4
5 TARGET_ARCH = "arm"
6 PACKAGE_EXTRA_ARCHS = "armv4t"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_VERSION_linux ?= "2.6.24"
10
11 #don't try to access tty1
12 USE_VT = "0"
13
14 MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen"
15
16 # used by sysvinit_2
17 SERIAL_CONSOLE = "57600 ttyAM0"
18
19 # used by some images
20 ROOT_FLASH_SIZE = "8"
21 #extra jffs2 tweaks
22 IMAGE_FSTYPES ?= "jffs2"
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.inc
28
29 require conf/machine/include/tune-arm920t.inc
30