Suppress OpenWrt partition, no needed anymore
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 May 2007 12:02:21 +0000 (12:02 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 May 2007 12:02:21 +0000 (12:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7183 3c298f89-4303-0410-b956-a3cf2f4a3e73

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, },
 };