commit | b3060cb09473dba8c0c08865f99c55242ba160bb | [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 | c13130541e4d812fd2026e891780bbdb8e7d753b [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>