commit | 7facd4efa827d2e379c11ea59fc55f8ef2189d02 | [log] [tgz] |
---|---|---|
author | Hunter, Jon <jon-hunter@ti.com> | Wed Apr 03 09:35:33 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Apr 08 11:29:05 2013 -0400 |
tree | d6e7117fe4dfa9cf00e7d2280e35275ed33dc076 | |
parent | bbf8c9367040b15dcb06f6f4805e47ec58c7cf0c [diff] |
omap2420-h4: Fix DRAM initialisation The size of the DRAM for the omap2420-h4 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 omap2420-h4 board and setup the DRAM size there. Signed-off-by: Jon Hunter <jon-hunter@ti.com>