From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([92.198.50.35]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P9LJV-0001kr-Gv for barebox@lists.infradead.org; Fri, 22 Oct 2010 17:21:58 +0000 From: Juergen Beisert Date: Fri, 22 Oct 2010 19:21:31 +0200 References: <1287765924-1856-1-git-send-email-r.schwebel@pengutronix.de> <1287765924-1856-14-git-send-email-r.schwebel@pengutronix.de> In-Reply-To: <1287765924-1856-14-git-send-email-r.schwebel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201010221921.31210.jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 13/32] doc: fix typo To: barebox@lists.infradead.org Robert Schwebel wrote: > Remove a # which leads to this warning: > arch/arm/mach-s3c24xx/lowlevel-init.S:307: Warning: explicit link request > to 'CALC_NFCONF_TIMING' could not be resolved > > Signed-off-by: Robert Schwebel > --- > arch/arm/mach-s3c24xx/lowlevel-init.S | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-s3c24xx/lowlevel-init.S > b/arch/arm/mach-s3c24xx/lowlevel-init.S index e8004e5..27f3a32 100644 > --- a/arch/arm/mach-s3c24xx/lowlevel-init.S > +++ b/arch/arm/mach-s3c24xx/lowlevel-init.S > @@ -304,7 +304,7 @@ minimalistic. Setup the NAND access timing is done in a > safe manner, what means: Slowest possible values are used. If you want to > increase the speed you should define the BOARD_DEFAULT_NAND_TIMING to a > valid setting into the NFCONF register and add it to your board specific > config.h. Refer S3C24x0's -datasheet for further details. The macro > #CALC_NFCONF_TIMING could help to +datasheet for further details. The macro > CALC_NFCONF_TIMING could help to calculate the register setting in a > hardware independent manner. > > @note The regular NAND driver uses a platform data structure to define the Hmm, but this macro exists and doxygen should generate a reference to it. Don't know why it spits out a warning here. jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox