lkml.org 
[lkml]   [2004]   [May]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] H8/300 mtd setup fix
- 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.039 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site