diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-28 12:15:52 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-28 12:15:52 +0000 |
commit | 3f78c76c7d544013b051f30566e8a8d626b53da8 (patch) | |
tree | f8ddd1ba1fa4266495aa53f93a18f62ef4c93cc8 /conf/machine/collie.conf | |
parent | 77cd50b78f2b02ed5889faf126600586ea780230 (diff) | |
parent | f13b1a3dcbcfbc9c696051920e51425ed44b269c (diff) |
merge of '2fb25ef6fb3cb91ddaf8dd62069a538d6f50df58'
and 'c62ede010b1359ffbadc321f747e6f44d9a83dd5'
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r-- | conf/machine/collie.conf | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index 5170f8993e..3914184a22 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -8,11 +8,19 @@ MACHINE_KERNEL_VERSION ?= "2.6" require conf/machine/include/zaurus-${MACHINE_KERNEL_VERSION}.inc require conf/machine/include/tune-strongarm.inc -PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_xserver ?= "xserver-kdrive" -EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" -IMAGE_LINGUAS = "" +EXTRA_IMAGECMD_jffs2 ?= "--pad=14680064 --little-endian --eraseblock=0x20000 -n" +IMAGE_LINGUAS ?= "" IMAGE_FSTYPES ?= "jffs2 tar.gz" ROOT_FLASH_SIZE = "14" # actually 14680064, see EXTRA_IMAGECMD above + +# we store kernel images in rootfs and only a minimal initramfs kernel in mtd1 for booting other kernels +DONT_CHECK_KERNELSIZE ?= "1" + +IMAGE_DEVICE_TABLES ?= "files/device_table-minimal.txt \ + files/device_table_add-mmc.txt" + +XSERVER ?= "xserver-kdrive-fbdev" |