]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
asm/omap_gpmc.h: consolidate common defines
authorAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 2 Apr 2013 06:05:54 +0000 (06:05 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 15:29:05 +0000 (11:29 -0400)
commit5bf299bc4f3a7a84a2691976e00b45505aa732f2
tree5a8e04f2a41df649a18f325dabb2f19215c43cc8
parent86b128d6f775d948805d190053ff9daa0b49629a
asm/omap_gpmc.h: consolidate common defines

arch/arm/include/asm/arch-am33xx/omap_gpmc.h and
arch/arm/include/asm/arch-omap3/omap_gpmc.h are almost the same, consolidate
the common parts into a new header.

Introduce a new asm/omap_gpmc.h which defines the command part and pulls in
the architecture specific one.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/am33xx/elm.c
arch/arm/include/asm/arch-am33xx/omap_gpmc.h
arch/arm/include/asm/arch-omap3/omap_gpmc.h
arch/arm/include/asm/omap_gpmc.h [new file with mode: 0644]
board/isee/igep00x0/igep00x0.c
board/overo/overo.c
drivers/mtd/nand/omap_gpmc.c