ARM: OMAP2+: Remove legacy board-flash.c
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Fri, 21 Oct 2016 10:43:35 +0000 (03:43 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Nov 2016 22:32:33 +0000 (15:32 -0700)
commit6a6e640bc191d1d026fd09c4d8688259aa6d373f
treeaf731cbdde271509fb9828e062d34b89b4ca905e
parentb7b23ffcf7d8fac66e9976329a75e8f9bbee2419
ARM: OMAP2+: Remove legacy board-flash.c

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]