From: "Wu, Bryan" <bryan.wu@analog.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>, Paul Mundt <lethal@linux-sh.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH -mm] Blackfin arch: fix reboot kernel mounting spi flash print error bug
Date: Mon, 26 Mar 2007 18:11:57 +0800 [thread overview]
Message-ID: <1174903917.32691.66.camel@roc-desktop> (raw)
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
reply other threads:[~2007-03-26 10:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1174903917.32691.66.camel@roc-desktop \
--to=bryan.wu@analog.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox