From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265360AbUEUGbw (ORCPT ); Fri, 21 May 2004 02:31:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265389AbUEUGbw (ORCPT ); Fri, 21 May 2004 02:31:52 -0400 Received: from p060042.ppp.asahi-net.or.jp ([221.113.60.42]:22511 "EHLO mitou.ysato.dip.jp") by vger.kernel.org with ESMTP id S265360AbUEUGbu (ORCPT ); Fri, 21 May 2004 02:31:50 -0400 Date: Fri, 21 May 2004 15:31:43 +0900 Message-ID: From: Yoshinori Sato To: Linus Torvalds Cc: linux kernel Mailing List Subject: [PATCH] H8/300 mtd setup fix User-Agent: Wanderlust/2.11.24 (Wonderwall) SEMI/1.14.6 (Maruoka) LIMIT/1.14.7 (Fujiidera) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org - config symbol fix -- Yoshinori Sato 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