commit | b5d92ba1ad97c06985ebc689e1ac1462a146832d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 31 19:55:10 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:48:07 2015 -0400 |
tree | ef811c229228b414d8d76fba22da3d58ed70ffce | |
parent | 0a9e34056fcf86fb64e70bd281875eb7bbdbabde [diff] |
ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM We now have the CONFIG_SPL_DM for code within SPL to toggle caring about DM or not. Without this change platforms that do enable CONFIG_DM but not CONFIG_SPL_DM may be broken (such as OMAP5). Cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Tom Rini <trini@konsulko.com>