Suppress OpenWrt partition, no needed anymore
authorFlorian Fainelli <florian@openwrt.org>
Fri, 11 May 2007 12:02:21 +0000 (12:02 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 11 May 2007 12:02:21 +0000 (12:02 +0000)
SVN-Revision: 7183

target/linux/adm5120-2.6/files/drivers/mtd/maps/adm5120_mtd.c

index 0d95dc833dfb8f8e39c9aa13f69eb062a11a0428..c2a817be2fabbb85c416bb1c5c210cf69e4ced3b 100644 (file)
@@ -103,7 +103,6 @@ static struct mtd_partition adm5120_cfe_parts[] = {
        { name: "linux", offset: 0, size: 0, },
        { name: "rootfs", offset: 0, size: 0, },
        { name: "nvram", offset: 0, size: 0, },
-       { name: "OpenWrt", offset: 0, size: 0, },
        { name: NULL, },
 };