diff options
author | John Crispin <john@openwrt.org> | 2008-05-03 15:48:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-05-03 15:48:42 +0000 |
commit | 6720686d55dd6f13cf527c087f67ee27cb74592a (patch) | |
tree | 09a73636f1e9dbba98aedd5b2794d67576c58766 /target/linux/etrax/patches/cris/008-flashmap.patch | |
parent | c4f78ab7955a4de798cd051c1aa4173c2d817cb3 (diff) | |
download | upstream-6720686d55dd6f13cf527c087f67ee27cb74592a.tar.gz upstream-6720686d55dd6f13cf527c087f67ee27cb74592a.tar.bz2 upstream-6720686d55dd6f13cf527c087f67ee27cb74592a.zip |
remove old etrax patches
SVN-Revision: 11027
Diffstat (limited to 'target/linux/etrax/patches/cris/008-flashmap.patch')
-rw-r--r-- | target/linux/etrax/patches/cris/008-flashmap.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/linux/etrax/patches/cris/008-flashmap.patch b/target/linux/etrax/patches/cris/008-flashmap.patch deleted file mode 100644 index 63ee023e08..0000000000 --- a/target/linux/etrax/patches/cris/008-flashmap.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -urN linux-2.6.19.2.orig/arch/cris/arch-v10/drivers/axisflashmap.c linux-2.6.19.2/arch/cris/arch-v10/drivers/axisflashmap.c ---- linux-2.6.19.2.orig/arch/cris/arch-v10/drivers/axisflashmap.c 2007-05-21 23:12:27.000000000 +0200 -+++ linux-2.6.19.2/arch/cris/arch-v10/drivers/axisflashmap.c 2007-05-21 23:13:09.000000000 +0200 -@@ -256,7 +256,7 @@ - - /* If no partition-table was found, we use this default-set. */ - #define MAX_PARTITIONS 7 --#define NUM_DEFAULT_PARTITIONS 3 -+#define NUM_DEFAULT_PARTITIONS 3 - - /* - * Default flash size is 2MB. CONFIG_ETRAX_PTABLE_SECTOR is most likely the -@@ -265,19 +265,19 @@ - */ - static struct mtd_partition axis_default_partitions[NUM_DEFAULT_PARTITIONS] = { - { -- .name = "boot firmware", -- .size = CONFIG_ETRAX_PTABLE_SECTOR, -+ .name = "kernel", -+ .size = 0x200000, - .offset = 0 - }, - { -- .name = "kernel", -- .size = 0x200000 - (6 * CONFIG_ETRAX_PTABLE_SECTOR), -- .offset = CONFIG_ETRAX_PTABLE_SECTOR -+ .name = "filesystem", -+ .size = 0x200000, -+ .offset = 0x200000 - }, - { -- .name = "filesystem", -- .size = 5 * CONFIG_ETRAX_PTABLE_SECTOR, -- .offset = 0x200000 - (5 * CONFIG_ETRAX_PTABLE_SECTOR) -+ .name = "filesystem2", -+ .size = 0x400000, -+ .offset = 0x400000 - } - }; - -009-flashmap.patch |