commit | 14f821a711dbad9f182ba80227481cbfb31251fb | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Sep 08 11:05:53 2011 -0400 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Sep 13 08:25:15 2011 +0200 |
tree | f82cf7e4e6570d67148f8d63e33370b979e9c277 | |
parent | 00836d4995326447c23f55496926fb90ba4bd374 [diff] |
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>