ar71xx: increase max size of RouterStation and RouterStation Pro firmware images
[openwrt/svn-archive/archive.git] / tools / firmware-utils / src / mkfwimage.c
index e726bef8af043d306c436b31c66e4892f14f2d94..83ce6cf3db994b7dc43fc7423d255f618e54cbac 100644 (file)
@@ -55,13 +55,13 @@ fw_layout_t fw_layout_data[] = {
                .name           =       "RS",
                .kern_start     =       0xbf030000,
                .kern_entry     =       0x80060000,
-               .firmware_max_length=   0x00640000,
+               .firmware_max_length=   0x00B00000,
        },
        {
                .name           =       "RSPRO",
                .kern_start     =       0xbf030000,
                .kern_entry     =       0x80060000,
-               .firmware_max_length=   0x00640000,
+               .firmware_max_length=   0x00B00000,
        },
        {
                .name           =       "LS-SR71",