]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap2420-h4: Fix DRAM initialisation
authorHunter, Jon <jon-hunter@ti.com>
Wed, 3 Apr 2013 09:35:33 +0000 (09:35 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 15:29:05 +0000 (11:29 -0400)
commit335d9394c9d9d5f9bec12428f5cc2b84d092bdb6
treed6e7117fe4dfa9cf00e7d2280e35275ed33dc076
parent616cf60ee0886eaf7d60b9204f762391a1e9ae52
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>
board/ti/omap2420h4/omap2420h4.c