aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/common-board-devices.h
diff options
context:
space:
mode:
authorIgor Grinberg <[email protected]>2011-05-30 00:11:45 -0700
committerTony Lindgren <[email protected]>2011-06-01 02:25:05 -0700
commit1704bf15deb6de20f8f4272c8d8232b36bbc7484 (patch)
tree6913f8bb83725e5a90fab285c39007f1df719051 /arch/arm/mach-omap2/common-board-devices.h
parent4998b245732572b027eef6b7221d80da0a3486e9 (diff)
arm: omap2plus: move NAND_BLOCK_SIZE out of boards
Several boards defining mtd partitions also defined NAND_BLOCK_SIZE as SZ_128K. Move the define to common-board-devices.h This removes multiple defines of NAND_BLOCK_SIZE. Signed-off-by: Igor Grinberg <[email protected]> [[email protected]: updated comments] Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'arch/arm/mach-omap2/common-board-devices.h')
-rw-r--r--arch/arm/mach-omap2/common-board-devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common-board-devices.h b/arch/arm/mach-omap2/common-board-devices.h
index eb80b3b0ef47..679719051df5 100644
--- a/arch/arm/mach-omap2/common-board-devices.h
+++ b/arch/arm/mach-omap2/common-board-devices.h
@@ -1,6 +1,8 @@
#ifndef __OMAP_COMMON_BOARD_DEVICES__
#define __OMAP_COMMON_BOARD_DEVICES__
+#define NAND_BLOCK_SIZE SZ_128K
+
struct twl4030_platform_data;
struct mtd_partition;