ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM
authorTom Rini <trini@konsulko.com>
Fri, 31 Jul 2015 23:55:10 +0000 (19:55 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:48:07 +0000 (20:48 -0400)
commitb5d92ba1ad97c06985ebc689e1ac1462a146832d
treeef811c229228b414d8d76fba22da3d58ed70ffce
parent0a9e34056fcf86fb64e70bd281875eb7bbdbabde
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>
arch/arm/cpu/armv7/lowlevel_init.S
arch/arm/lib/spl.c