lkml.org 
[lkml]   [2007]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH -mm] Blackfin arch: fix reboot kernel mounting spi flash print error bug
From
Date
Hi folks,

This patch fix a printing error bug when reboot kernel mounting on SPI
flash.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---

arch/blackfin/mach-bf533/boards/cm_bf533.c | 2 +-
arch/blackfin/mach-bf533/boards/ezkit.c | 2 +-
arch/blackfin/mach-bf533/boards/stamp.c | 2 +-
arch/blackfin/mach-bf537/boards/cm_bf537.c | 2 +-
arch/blackfin/mach-bf537/boards/generic_board.c | 2 +-
arch/blackfin/mach-bf537/boards/pnav10.c | 2 +-
arch/blackfin/mach-bf537/boards/stamp.c | 2 +-
arch/blackfin/mach-bf561/boards/cm_bf561.c | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)

Index: linux-2.6/arch/blackfin/mach-bf533/boards/cm_bf533.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf533/boards/cm_bf533.c
+++ linux-2.6/arch/blackfin/mach-bf533/boards/cm_bf533.c
@@ -57,7 +57,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf533/boards/ezkit.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf533/boards/ezkit.c
+++ linux-2.6/arch/blackfin/mach-bf533/boards/ezkit.c
@@ -91,7 +91,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf533/boards/stamp.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf533/boards/stamp.c
+++ linux-2.6/arch/blackfin/mach-bf533/boards/stamp.c
@@ -114,7 +114,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf537/boards/cm_bf537.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf537/boards/cm_bf537.c
+++ linux-2.6/arch/blackfin/mach-bf537/boards/cm_bf537.c
@@ -59,7 +59,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf537/boards/generic_board.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf537/boards/generic_board.c
+++ linux-2.6/arch/blackfin/mach-bf537/boards/generic_board.c
@@ -259,7 +259,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf537/boards/pnav10.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf537/boards/pnav10.c
+++ linux-2.6/arch/blackfin/mach-bf537/boards/pnav10.c
@@ -244,7 +244,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf537/boards/stamp.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf537/boards/stamp.c
+++ linux-2.6/arch/blackfin/mach-bf537/boards/stamp.c
@@ -293,7 +293,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
Index: linux-2.6/arch/blackfin/mach-bf561/boards/cm_bf561.c
===================================================================
--- linux-2.6.orig/arch/blackfin/mach-bf561/boards/cm_bf561.c
+++ linux-2.6/arch/blackfin/mach-bf561/boards/cm_bf561.c
@@ -58,7 +58,7 @@
.offset = 0x20000
},{
.name = "file system",
- .size = 0x300000,
+ .size = 0x700000,
.offset = 0x00100000,
}
};
_
Thanks
-Bryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-26 12:15    [W:0.030 / U:0.980 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site