commit | e8534d233f0e1f5857261761332623b554b7e649 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Mar 07 14:49:54 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 19:18:48 2016 -0400 |
tree | 4d0746d9c3b7660ba4132df974c768bda9ebcc93 | |
parent | 8a9d41a6b2f7be6d5e2860db6153ce5a693ce0fd [diff] |
ARM: OMAP4+: Allow arch specfic code to use early DM 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>