merge of '953ae6dd8d43a51ab7e93b1157fbb67ba0c6b42b'
[vuplus_openembedded] / conf / machine / collie.conf
1 #@TYPE: Machine
2 #@NAME: Sharp Zaurus SL-5000, Sharp Zaurus SL-5500
3 #@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices
4
5 TARGET_ARCH = "arm"
6
7 MACHINE_KERNEL_VERSION ?= "2.6"
8 require conf/machine/include/zaurus-${MACHINE_KERNEL_VERSION}.inc
9 require conf/machine/include/tune-strongarm.inc
10
11 PREFERRED_PROVIDER_xserver ?= "xserver-kdrive"
12
13 EXTRA_IMAGECMD_jffs2 ?= "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
14 IMAGE_LINGUAS ?= ""
15 IMAGE_FSTYPES ?= "jffs2 tar.gz"
16
17 ROOT_FLASH_SIZE = "14"
18 # actually 14680064, see EXTRA_IMAGECMD above
19
20 # we store kernel images in rootfs and only a minimal initramfs kernel in mtd1 for booting other kernels
21 DONT_CHECK_KERNELSIZE ?= "1"
22
23 IMAGE_DEVICE_TABLES ?= "files/device_table-minimal.txt \
24                        files/device_table_add-mmc.txt"
25
26 XSERVER ?= "xserver-kdrive-fbdev"