All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: vimal singh <vimalsingh@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: OMAP3 NAND: move NAND_BLOCK_SIZE macro to board-3430sdp-flash.c
Date: Fri, 17 Oct 2008 15:28:10 -0700	[thread overview]
Message-ID: <20081017222810.GH18573@atomide.com> (raw)
In-Reply-To: <46446.192.168.10.89.1223359868.squirrel@dbdmail.itg.ti.com>

* vimal singh <vimalsingh@ti.com> [081006 23:11]:
> Moving NAND_BLOCK_SIZE definition to board-3430sdp-flash.c

Hmm, looks like this reverts some earlier mistake, pushing.

Tony


> Signed-off-by: Vimal Singh <vimalsingh@ti.com>
> ---
>  arch/arm/mach-omap2/board-3430sdp-flash.c |    2 ++
>  include/linux/mtd/nand.h                  |    2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 
> Index: linux-omap-2.6_27_08_2008/arch/arm/mach-omap2/board-3430sdp-flash.c
> ===================================================================
> ---
> linux-omap-2.6_27_08_2008.orig/arch/arm/mach-omap2/board-3430sdp-flash.c	2008-10-07
> 11:28:53.000000000 +0530
> +++
> linux-omap-2.6_27_08_2008/arch/arm/mach-omap2/board-3430sdp-flash.c	2008-10-07
> 11:30:12.000000000 +0530
> @@ -26,6 +26,8 @@
>  #include <mach/gpmc.h>
>  #include <mach/nand.h>
> 
> +#define NAND_BLOCK_SIZE		SZ_128K
> +
>  static struct mtd_partition sdp_nor_partitions[] = {
>  	/* bootloader (U-Boot, etc) in first sector */
>  	{
> Index: linux-omap-2.6_27_08_2008/include/linux/mtd/nand.h
> ===================================================================
> --- linux-omap-2.6_27_08_2008.orig/include/linux/mtd/nand.h	2008-10-07
> 11:29:00.000000000 +0530
> +++ linux-omap-2.6_27_08_2008/include/linux/mtd/nand.h	2008-10-07
> 11:29:56.000000000 +0530
> @@ -45,7 +45,7 @@
>   */
>  #define NAND_MAX_OOBSIZE	64
>  #define NAND_MAX_PAGESIZE	2048
> -#define NAND_BLOCK_SIZE		SZ_128K
> +
>  /*
>   * Constants for hardware specific CLE/ALE/NCE function
>   *
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2008-10-17 22:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-07  6:11 OMAP3 NAND: move NAND_BLOCK_SIZE macro to board-3430sdp-flash.c vimal singh
2008-10-17 22:28 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081017222810.GH18573@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=vimalsingh@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.