aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/patches/300-dns323_partition_map.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-09 10:48:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-09 10:48:38 +0000
commitb7bb9d33b6bd98d85592cdaf38f28925fb78908b (patch)
tree6ca4a0858750d8e1e1d378be5e0a95067b1506b9 /target/linux/orion/patches/300-dns323_partition_map.patch
parentf59f32385f96a4327208666d727d2ada99085c80 (diff)
downloadupstream-b7bb9d33b6bd98d85592cdaf38f28925fb78908b.tar.gz
upstream-b7bb9d33b6bd98d85592cdaf38f28925fb78908b.tar.bz2
upstream-b7bb9d33b6bd98d85592cdaf38f28925fb78908b.zip
orion: nuke 3.0 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/patches/300-dns323_partition_map.patch')
-rw-r--r--target/linux/orion/patches/300-dns323_partition_map.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/orion/patches/300-dns323_partition_map.patch b/target/linux/orion/patches/300-dns323_partition_map.patch
deleted file mode 100644
index 87e357b0c0..0000000000
--- a/target/linux/orion/patches/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
-@@ -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,
- }, {