From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] H8/300 mtd setup fix
Date: Fri, 21 May 2004 15:31:43 +0900 [thread overview]
Message-ID: <m2hduap9yo.wl%ysato@users.sourceforge.jp> (raw)
- config symbol fix
--
Yoshinori Sato
<ysato@users.sourceforge.jp>
diff -Nur linux-2.6.6-bk4/arch/h8300/platform/h8300h/aki3068net/crt0_ram.S linux-2.6.6-h8300/arch/h8300/platform/h8300h/aki3068net/crt0_ram.S
--- linux-2.6.6-bk4/arch/h8300/platform/h8300h/aki3068net/crt0_ram.S 2004-01-09 15:59:56.000000000 +0900
+++ linux-2.6.6-h8300/arch/h8300/platform/h8300h/aki3068net/crt0_ram.S 2004-05-21 02:44:25.000000000 +0900
@@ -40,7 +40,7 @@
/* Peripheral Setup */
-#if defined(CONFIG_BLK_DEV_BLKMEM)
+#if defined(CONFIG_MTD_UCLINUX)
/* move romfs image */
jsr @__move_romfs
#endif
diff -Nur linux-2.6.6-bk4/arch/h8300/platform/h8300h/h8max/crt0_ram.S linux-2.6.6-h8300/arch/h8300/platform/h8300h/h8max/crt0_ram.S
--- linux-2.6.6-bk4/arch/h8300/platform/h8300h/h8max/crt0_ram.S 2004-01-09 15:59:10.000000000 +0900
+++ linux-2.6.6-h8300/arch/h8300/platform/h8300h/h8max/crt0_ram.S 2004-05-21 02:44:25.000000000 +0900
@@ -40,7 +40,7 @@
/* Peripheral Setup */
-#if defined(CONFIG_BLK_DEV_BLKMEM)
+#if defined(CONFIG_MTD_UCLINUX)
/* move romfs image */
jsr @__move_romfs
#endif
reply other threads:[~2004-05-21 6:31 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=m2hduap9yo.wl%ysato@users.sourceforge.jp \
--to=ysato@users.sourceforge.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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