You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/orion/patches/300-dns323_partition_map.patch

31 lines
780 B
Diff

--- a/arch/arm/mach-orion5x/dns323-setup.c
+++ b/arch/arm/mach-orion5x/dns323-setup.c
@@ -99,6 +99,13 @@
* 0x00020000-0x001a0000 : "Linux Kernel"
* 0x001a0000-0x007d0000 : "File System"
* 0x007d0000-0x00800000 : "u-boot"
+ *
+ * Layout as used by OpenWrt
+ * 0x00000000-0x00010000 : "MTD1"
+ * 0x00010000-0x00020000 : "MTD2"
+ * 0x00020000-0x001a0000 : "kernel"
+ * 0x001a0000-0x007d0000 : "rootfs"
+ * 0x007d0000-0x00800000 : "u-boot"
*/
#define DNS323_NOR_BOOT_BASE 0xf4000000
@@ -114,11 +121,11 @@
.size = 0x00010000,
.offset = 0x00010000,
}, {
- .name = "Linux Kernel",
+ .name = "kernel",
.size = 0x00180000,
.offset = 0x00020000,
}, {
- .name = "File System",
+ .name = "rootfs",
.size = 0x00630000,
.offset = 0x001A0000,
}, {