diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-27 17:44:02 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-27 17:44:02 +0000 |
commit | f6df43ad54171f885cbf106f8dfa53ad5b4342f6 (patch) | |
tree | d206e9fe7ca0b01550f914791bd0c990b2518a54 /conf/machine/collie.conf | |
parent | 1b5a0cc2e6ed2ace27e9281e41ee87073bbf9604 (diff) | |
parent | 62bbacd3d6c36d909054b02a9709c172fae75076 (diff) |
merge of '953ae6dd8d43a51ab7e93b1157fbb67ba0c6b42b'
and 'a7a11fde4813257fd795ba98b5cfa99942623f8c'
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" |