* [PATCH] H8/300 mtd setup fix
@ 2004-05-21 6:31 Yoshinori Sato
0 siblings, 0 replies; only message in thread
From: Yoshinori Sato @ 2004-05-21 6:31 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux kernel Mailing List
- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-21 6:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-21 6:31 [PATCH] H8/300 mtd setup fix Yoshinori Sato
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox