[oe] [meta-handheld][PATCH] linux-yocto-tiny-kexecboot_3.2: removed unused, non-working MTD-RW patch

Andrea Adami andrea.adami at gmail.com
Fri Apr 5 22:36:22 UTC 2013


* kexecboot doesn't need RW but just RO

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 .../collie/collie-mtd-rw.patch                               | 12 ------------
 recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bbappend |  1 -
 2 files changed, 13 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-mtd-rw.patch

diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-mtd-rw.patch b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-mtd-rw.patch
deleted file mode 100644
index 193004d..0000000
--- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-mtd-rw.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/drivers/mtd/maps/sa1100-flash.c b/drivers/mtd/maps/sa1100-flash.c
-index fa9c0a9..bf6b04f 100644
---- a/drivers/mtd/maps/sa1100-flash.c
-+++ b/drivers/mtd/maps/sa1100-flash.c
-@@ -206,6 +206,7 @@ static int sa1100_probe_subdev(struct sa_subdev_info *subdev, struct resource *r
- 		goto err;
- 	}
- 	subdev->mtd->owner = THIS_MODULE;
-+	subdev->mtd->unlock(subdev->mtd, 0xc0000, subdev->mtd->size - 0xc0000);
- 
- 	printk(KERN_INFO "SA1100 flash: CFI device at 0x%08lx, %uMiB, %d-bit\n",
- 		phys, (unsigned)(subdev->mtd->size >> 20),
diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bbappend b/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bbappend
index 7f03732..b1d9c7f 100644
--- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bbappend
+++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bbappend
@@ -43,7 +43,6 @@ SRC_URI_append_collie = " \
            file://qvga/logo_linux_clut224.ppm.bz2 \
            file://revert-check-on-console-device.patch \
            "
-#           file://collie-mtd-rw.patch
 
 SRC_URI_append_poodle = " \
            file://poodle-tiny.scc \
-- 
1.7.12.4





More information about the Openembedded-devel mailing list