From: Heikki O Lindholm <holindho@cs.helsinki.fi>
To: linux-mtd@lists.infradead.org
Subject: minor Ebony mapping patch
Date: Tue, 16 Nov 2004 16:25:46 +0200 [thread overview]
Message-ID: <419A0DEA.6070007@cs.helsinki.fi> (raw)
The IBM Ebony board's default config has AM29F0(40/16) parts, which are
JEDEC chips. So, I think the following is in order (Kconfig&Config.in
might need tuning also):
--- drivers/mtd/maps/ebony.c Thu Nov 4 15:24:14 2004
+++ /tmp/mtd/drivers/mtd/maps/ebony.c Tue Nov 16 15:54:51 2004
@@ -103,7 +103,7 @@
simple_map_init(&ebony_small_map);
- flash = do_map_probe("map_rom", &ebony_small_map);
+ flash = do_map_probe("jedec_probe", &ebony_small_map);
if (flash) {
flash->owner = THIS_MODULE;
add_mtd_partitions(flash, ebony_small_partitions,
@@ -125,7 +125,7 @@
simple_map_init(&ebony_large_map);
- flash = do_map_probe("cfi_probe", &ebony_large_map);
+ flash = do_map_probe("jedec_probe", &ebony_large_map);
if (flash) {
flash->owner = THIS_MODULE;
add_mtd_partitions(flash, ebony_large_partitions,
reply other threads:[~2004-11-16 14:25 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=419A0DEA.6070007@cs.helsinki.fi \
--to=holindho@cs.helsinki.fi \
--cc=linux-mtd@lists.infradead.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