]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: omap: remove redundant platform specific header: arch-xx/omap_gpmc.h
authorpekon gupta <pekon@ti.com>
Fri, 22 Nov 2013 11:23:26 +0000 (16:53 +0530)
committerScott Wood <scottwood@freescale.com>
Tue, 4 Mar 2014 23:23:04 +0000 (17:23 -0600)
commit50899183c933e31b1a43de1c4cc7a9085a417d96
treeaaa70fc47f88ba595f1e0d6714a7f30e0dea5331
parent32f4d729e775e707d3ef11ef320d83aaa1ef6afb
mtd: nand: omap: remove redundant platform specific header: arch-xx/omap_gpmc.h

Currently there are two sets of omap_gpmc.h header files
(a) arch/arm/include/asm/omap_gpmc.h
 common header file for all platforms, containing defines and declarations used
 by GPMC NAND driver.

(b) arch/arm/include/asm/arch-xx/omap_gpmc.h
 SoC platform specific header file containing defines like ECC layout.

This patch removes platform specific arch-xx/omap_gpmc.c because:
 - GPMC hardware engine is common for all SoC platforms hence only (a) is enough
 - ECC layout is now defined in omap_nand.c driver itself based on ecc-scheme
   selected. Hence all ECC layout declarations in (b) are redundant.

Build tested using: ./MAKEALL -s am33xx -s omap3 -s omap4 -s omap5

Signed-off-by: Pekon Gupta <pekon@ti.com>
arch/arm/include/asm/arch-am33xx/omap_gpmc.h [deleted file]
arch/arm/include/asm/arch-omap3/mem.h
arch/arm/include/asm/arch-omap3/omap_gpmc.h [deleted file]
arch/arm/include/asm/omap_gpmc.h