commit | c8b30b858fe3425e005940b2db314fc3cc9d106c | [log] [tgz] |
---|---|---|
author | Jon Hunter <jon-hunter@ti.com> | Tue Apr 09 16:41:29 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Wed Apr 10 16:03:01 2013 -0400 |
tree | 619959e11216046124fa7f2489d821cda3ce14fe | |
parent | a519602d9599a3afe53ec3f7687aba5fe3dd3af1 [diff] |
omap5912-osk: Fix DRAM initialisation The size of the DRAM for the omap5912-osk board is getting setup in the dram_init() function. However, for the current u-boot release this is too late and needs to be done in dram_init_banksize(). Therefore, add a dram_init_banksize() function for the omap5912-osk board and setup the DRAM size there. Signed-off-by: Jon Hunter <jon-hunter@ti.com>