commit | 3e73a1844904340ef4d409f59dbb9f0b63948504 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Wed Jan 24 14:44:49 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:33 2018 -0500 |
tree | 0e56751de31a11598ad0885dd4cb48556bd69c83 | |
parent | 1ba8c9e0ce4b216253cbc32a8e494d507d78f1d8 [diff] |
am33xx: board: Call spl_early_init() to support sdram_init() With driver model enabled in SPL, sdram_init() requires device tree and malloc to be initialized. Therefore call spl_early_init() in early_system_init(). Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>