From fa0691ce542712357bdaa15a5b58e24042dce541 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 17 Dec 2007 08:09:25 +0000 Subject: linux-openmoko_2.6.22.5.bb : commit the work for OM bug #910 now people have had plenty of warning. Now kernel-image will flash new kernel in postinst. Its noisy and leaves the kernel in / for now to ease debugging of any problems people have. --- conf/machine/fic-gta01.conf | 4 ++++ conf/machine/fic-gta02.conf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 09517fd11d..30784f0dc6 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -47,3 +47,7 @@ EXTRA_IMAGEDEPENDS += "dfu-util-native" # tune for S3C24x0 include conf/machine/include/tune-arm920t.inc + +# set partition to flash kernel into +MTD_KERNEL_PARTITION = "/dev/mtd2" + diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index 4cad7924f1..b0933868c2 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -49,3 +49,7 @@ include conf/machine/include/tune-arm920t.inc # build YAFFS2 IMAGE_FSTYPES ?= "jffs2 yaffs2" + +# set partition to flash kernel into +MTD_KERNEL_PARTITION = "/dev/mtd2" + -- cgit v1.2.3