]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP: Make omap_boot_parameters common across socs
authorSRICHARAN R <r.sricharan@ti.com>
Wed, 24 Apr 2013 00:41:21 +0000 (00:41 +0000)
committerTom Rini <trini@ti.com>
Fri, 10 May 2013 12:25:56 +0000 (08:25 -0400)
commit76db5b8f59d0c9c9eb73f1595f8fbc557e7a16eb
treefdaa212c6930c355c86ee3793dc1989f72210b7c
parent30bba0175122150c330ff95132e048a39bf978eb
ARM: OMAP: Make omap_boot_parameters common across socs

omap_boot_parameters is same and defined for each
soc. So move this to a common place to reuse it
across socs.

Signed-off-by: Sricharan R <r.sricharan@ti.com>
arch/arm/include/asm/arch-am33xx/omap.h
arch/arm/include/asm/arch-omap4/omap.h
arch/arm/include/asm/arch-omap5/omap.h
arch/arm/include/asm/omap_boot.h [new file with mode: 0644]