commit | e850ed82bce86323939b5ce8e53f0f11a66e02a9 | [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 | 29c20ba235bbe2af113dfc8f09e04c3c8f9bdec0 [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>