Commit ea600683 authored by vimal singh's avatar vimal singh Committed by Tony Lindgren

OMAP3 NAND: move NAND_BLOCK_SIZE macro to board-3430sdp-flash.c

Sync nand.h with mainline kernel

Moving NAND_BLOCK_SIZE definition to board-3430sdp-flash.c
Signed-off-by: default avatarVimal Singh <vimalsingh@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 86511719
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#include <mach/gpmc.h> #include <mach/gpmc.h>
#include <mach/nand.h> #include <mach/nand.h>
#define NAND_BLOCK_SIZE SZ_128K
static struct mtd_partition sdp_nor_partitions[] = { static struct mtd_partition sdp_nor_partitions[] = {
/* bootloader (U-Boot, etc) in first sector */ /* bootloader (U-Boot, etc) in first sector */
{ {
......
...@@ -45,7 +45,7 @@ extern void nand_wait_ready(struct mtd_info *mtd); ...@@ -45,7 +45,7 @@ extern void nand_wait_ready(struct mtd_info *mtd);
*/ */
#define NAND_MAX_OOBSIZE 64 #define NAND_MAX_OOBSIZE 64
#define NAND_MAX_PAGESIZE 2048 #define NAND_MAX_PAGESIZE 2048
#define NAND_BLOCK_SIZE SZ_128K
/* /*
* Constants for hardware specific CLE/ALE/NCE function * Constants for hardware specific CLE/ALE/NCE function
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment