mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-28 15:01:25 +01:00
In SPL, DDR should be made available by the end of board_init_f() so that apis in board_init_r() can use ddr. Adding support for triggering DDR initialization from board_init_f(). Signed-off-by: Dave Gerlach <d-gerlach@ti.com>