diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-05-30 11:11:45 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-06-01 13:25:05 +0400 |
commit | 1704bf15deb6de20f8f4272c8d8232b36bbc7484 (patch) | |
tree | 6913f8bb83725e5a90fab285c39007f1df719051 /arch/arm/mach-omap2/board-omap3beagle.c | |
parent | 4998b245732572b027eef6b7221d80da0a3486e9 (diff) | |
download | linux-1704bf15deb6de20f8f4272c8d8232b36bbc7484.tar.xz |
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 <grinberg@compulab.co.il>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 6ef78d3c72f3..7f21d24bd437 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -54,8 +54,6 @@ #include "pm.h" #include "common-board-devices.h" -#define NAND_BLOCK_SIZE SZ_128K - /* * OMAP3 Beagle revision * Run time detection of Beagle revision is done by reading GPIO. |