]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap4: make SDRAM init work for ES1.0 silicon
authorAneesh V <aneesh@ti.com>
Thu, 8 Sep 2011 15:05:53 +0000 (11:05 -0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 13 Sep 2011 06:25:15 +0000 (08:25 +0200)
commit025bc4254ba3d501cf2af49ae1d91d5b2e7c529d
treef82cf7e4e6570d67148f8d63e33370b979e9c277
parent16dc702f2419d1bd5b829a60382785c22d9ee50c
omap4: make SDRAM init work for ES1.0 silicon

SDRAM init was not working on ES1.0 due to a programming
error. A pointer that was passed by value to a function
was set in function emif_get_device_details(), but the effect
wouldn't be seen in the calling function. The issue came
out while testing for ES1.0 because ES1.0 doesn't have any
SDRAM chips connected to CS1

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap4/emif.c
arch/arm/cpu/armv7/omap4/sdram_elpida.c
arch/arm/include/asm/arch-omap4/emif.h