ramips: define firmware partition for Omnima MiniEMBWiFi
authorGabor Juhos <juhosg@openwrt.org>
Fri, 23 Dec 2011 14:27:05 +0000 (14:27 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 23 Dec 2011 14:27:05 +0000 (14:27 +0000)
Patch-by: Ivan Ignjatic <ivan@omnima.co.uk>
SVN-Revision: 29602

target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c

index 87acf4d53b6b74a504ab322602f2c2bdbe8c09c3..9fb4cd2ff6d1be4f865c04de44644ccdaa68b1cf 100644 (file)
@@ -54,6 +54,10 @@ static struct mtd_partition emb_partitions[] = {
                .name   = "rootfs",
                .offset = 0x150000,
                .size   = 0x6B0000,
+       }, {
+               .name   = "firmware",
+               .offset = 0x050000,
+               .size   = 0x7B0000,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */