diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 13:41:25 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 13:41:25 +0000 |
commit | e53259c49ae2e2d1cf6a3f2c5ee34b06470bf96b (patch) | |
tree | cc726d2a1aa1092f086b62bbd66d98fdd538c9fb /conf/machine/collie.conf | |
parent | 7eb73dfd5a79abfb7efe71b897c3dbcda6e505f1 (diff) |
conf/machine/include: add kexecboot.inc
kexecboot: create a new devicetable file
collie.conf, poodle.conf: use new kexecboot.inc
zaurus-2.6.inc: make do_installkit know about kexecboot
(based on work of hvontres)
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r-- | conf/machine/collie.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index 0dd8df1fae..b1635c022c 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -6,6 +6,7 @@ TARGET_ARCH = "arm" MACHINE_KERNEL_VERSION ?= "2.6" require conf/machine/include/zaurus-${MACHINE_KERNEL_VERSION}.inc +require conf/machine/include/kexecboot.inc require conf/machine/include/tune-strongarm.inc PREFERRED_PROVIDER_xserver ?= "xserver-kdrive" @@ -17,10 +18,4 @@ 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-collie.txt" - XSERVER ?= "xserver-kdrive-fbdev" |