From: Stephane List <stephane.list@lilotux.net>
To: linux-mtd <linux-mtd@lists.infradead.org>
Subject: Howto handle 2 flashs with addresses not contiguous ?
Date: Fri, 31 Jan 2003 12:25:00 +0100 [thread overview]
Message-ID: <20030131112500.GA18237@lilotux.net> (raw)
Hi,
My mtd drivers are not far from working..
I've replaced CONFIG_ZLIB by CONFIG_ZLIB_DEFLATE and INFLATE
It's compiled and linked in lib.a but I can't see the functions in
System.map ! And when I insmod jffs2, I've got unresolved symbols..
I've got flash at physical address :
0x1000 0000 - 0x11FF FFFF
and
0X2000 0000 - 0x21FF FFFF
what is the good method to handle this ? I don't thing it's a good
solution to ioremap from the beginning of the first flash to the end of
the second. Will it work if I copy physmap.c in a second file to have 2
physmap drivers inserted in my kernel ?
Thanks
Stephane
PS : I hope you understand my english
--
Stephane List
http://slist.lilotux.net
next reply other threads:[~2003-01-31 10:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-31 11:25 Stephane List [this message]
2003-01-31 11:47 ` Howto handle 2 flashs with addresses not contiguous ? David Woodhouse
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=20030131112500.GA18237@lilotux.net \
--to=stephane.list@lilotux.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.