]> git.hungrycats.org Git - linux/commitdiff
[PATCH] H8/300 mtd setup fix
authorYoshinori Sato <ysato@users.sourceforge.jp>
Fri, 21 May 2004 07:09:20 +0000 (00:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 21 May 2004 07:09:20 +0000 (00:09 -0700)
- config symbol fix

arch/h8300/platform/h8300h/aki3068net/crt0_ram.S
arch/h8300/platform/h8300h/h8max/crt0_ram.S

index 0513166cc5b6acb4577d861df65f587fe3c9ef26..31c3703d8d6074bcf297c776f597b83859b6238f 100644 (file)
@@ -40,7 +40,7 @@ SYMBOL_NAME_LABEL(_start)
 
        /* Peripheral Setup */
        
-#if defined(CONFIG_BLK_DEV_BLKMEM)
+#if defined(CONFIG_MTD_UCLINUX)
        /* move romfs image */
        jsr     @__move_romfs   
 #endif
index f3140f79b0812b7334ba04298d3c023bba2ca490..a5c5a9156e04ce47e4a5abade421b90ff8c6d6da 100644 (file)
@@ -40,7 +40,7 @@ SYMBOL_NAME_LABEL(_start)
 
        /* Peripheral Setup */
        
-#if defined(CONFIG_BLK_DEV_BLKMEM)
+#if defined(CONFIG_MTD_UCLINUX)
        /* move romfs image */
        jsr     @__move_romfs   
 #endif