
15 Mar
2016
15 Mar
'16
12:59 p.m.
On Mon, Mar 07, 2016 at 02:49:54PM +0530, Lokesh Vutla wrote:
Early system initialization is being done before initf_dm is being called in U-Boot. Then system will fail to boot if any of the DM enabled driver is being called in this system initialization code. So, rearrange the code a bit so that DM enabled drivers can be called during early system initialization.
Signed-off-by: Lokesh Vutla lokeshvutla@ti.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom