From: Joachim Jaeger <maillist@fsforth.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] remove wrong entry for 512MiB NAND Flash
Date: Mon, 8 May 2006 16:14:18 +0200 [thread overview]
Message-ID: <20060508141418.GA15115@digi.com> (raw)
See commit 0ea4a7558f3c5b894e46da4b2be120edf002a86d in the Linux kernel
Signed-off-by: Joachim Jaeger <Joachim_Jaeger@digi.com>
---
Following patch allows use of NAND-Flash device from Samsung with 2kByte
page size.
In nand_ids.c, existed an entry for a 512MiB NAND Flash with 512 byte
page size and an ID code of the 2kByte page size NAND Flash, which made
it impossible to access the NAND Flash with 2kByte page size.
drivers/nand/nand_ids.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
2673238075a21f0195203fb0a6dab8e7d1081e49
diff --git a/drivers/nand/nand_ids.c b/drivers/nand/nand_ids.c
index 8b58736..2b77d76 100644
--- a/drivers/nand/nand_ids.c
+++ b/drivers/nand/nand_ids.c
@@ -67,8 +67,6 @@ struct nand_flash_dev nand_flash_ids[] =
{"NAND 256MiB 3,3V 8-bit", 0x71, 512, 256, 0x4000, 0},
- {"NAND 512MiB 3,3V 8-bit", 0xDC, 512, 512, 0x4000, 0},
-
/* These are the new chips with large page size. The pagesize
* and the erasesize is determined from the extended id bytes
*/
--
1.3.1
--
Best regards
Joachim Jaeger
FS Forth-Systeme GmbH, A Digi International Company Kueferstrasse 8,
D-79206 Breisach, Germany
Phone: +49 (7667) 908 0 Fax: +49 (7667) 908 200
Web: www.fsforth.de, www.digi.com
reply other threads:[~2006-05-08 14:14 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=20060508141418.GA15115@digi.com \
--to=maillist@fsforth.de \
--cc=u-boot@lists.denx.de \
/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