lkml.org 
[lkml]   [2004]   [May]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 21 May 2004 15:31:43 +0900
FromYoshinori Sato <>
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 13:03    [from the cache]
©2003-2008