ARM: OMAP2+: Remove legacy board-flash.c
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Fri, 29 Nov 2013 19:18:17 +0000 (20:18 +0100)
committerTony Lindgren <tony@atomide.com>
Sun, 8 Dec 2013 22:15:46 +0000 (14:15 -0800)
Legacy board files in mach-omap2 used the helper functions
board_{nor,nand,onenand}_init() to initialize the flash
devices attached to the GPMC.

With Device Tree booting the initialization is handled by
the GPMC driver gpmc_probe_*_child() functions so this
code is not needed anymore now that OMAP2+ is DT-only.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-flash.c [deleted file]
arch/arm/mach-omap2/board-flash.h [deleted file]

Simple merge
diff --cc arch/arm/mach-omap2/board-flash.c
Simple merge
diff --cc arch/arm/mach-omap2/board-flash.h
Simple merge