From 58fa46c90c4c590565b3ffc5fc6c6dfd1e3d2c8a Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 4 Jun 2013 11:13:18 +0000 Subject: drop support for the dns323 SVN-Revision: 36832 --- .../patches-3.3/300-dns323_partition_map.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 target/linux/orion/patches-3.3/300-dns323_partition_map.patch (limited to 'target/linux/orion/patches-3.3/300-dns323_partition_map.patch') diff --git a/target/linux/orion/patches-3.3/300-dns323_partition_map.patch b/target/linux/orion/patches-3.3/300-dns323_partition_map.patch deleted file mode 100644 index 6eab81f..0000000 --- a/target/linux/orion/patches-3.3/300-dns323_partition_map.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/arch/arm/mach-orion5x/dns323-setup.c -+++ b/arch/arm/mach-orion5x/dns323-setup.c -@@ -113,6 +113,13 @@ subsys_initcall(dns323_pci_init); - * 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 -@@ -128,11 +135,11 @@ static struct mtd_partition dns323_parti - .size = 0x00010000, - .offset = 0x00010000, - }, { -- .name = "Linux Kernel", -+ .name = "kernel", - .size = 0x00180000, - .offset = 0x00020000, - }, { -- .name = "File System", -+ .name = "rootfs", - .size = 0x00630000, - .offset = 0x001A0000, - }, { -- cgit v1.1