]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
omap5912-osk: Fix DRAM initialisation
authorJon Hunter <jon-hunter@ti.com>
Tue, 9 Apr 2013 21:41:29 +0000 (16:41 -0500)
committerTom Rini <trini@ti.com>
Wed, 10 Apr 2013 20:03:01 +0000 (16:03 -0400)
commitc8b30b858fe3425e005940b2db314fc3cc9d106c
tree619959e11216046124fa7f2489d821cda3ce14fe
parenta519602d9599a3afe53ec3f7687aba5fe3dd3af1
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>
board/ti/omap5912osk/omap5912osk.c