]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP4+: Move external phy initialisations to arch specific place.
authorSRICHARAN R <r.sricharan@ti.com>
Mon, 4 Jun 2012 03:40:23 +0000 (03:40 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:35 +0000 (14:07 +0200)
commit254763822e966b6c630d78dc17018b97a50d8f6e
tree843a0fa8683a9374c27a942643b67608a2cfa48d
parentcc009defa4211aa58b3387b59d568cf8ea863ef4
ARM: OMAP4+: Move external phy initialisations to arch specific place.

The external phy is present in the case OMAP5 soc is currently
configured in emif-common.c. This results in having dummy structures
for those Socs which do not have a external phy. So by having a weak
function in emif-common and overriding it in OMAP5, avoids the use
of dummy structures.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
arch/arm/cpu/armv7/omap-common/emif-common.c
arch/arm/cpu/armv7/omap4/sdram_elpida.c
arch/arm/cpu/armv7/omap5/sdram.c
arch/arm/include/asm/emif.h