]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:14 +0000 (10:19 +0200)
commita487ce391920b74df0c5c500101b371eea0f1640
tree30186a6633fe77707c8c0454ed6565e96eb51225
parent6b9335a53532ea94f486e38bb5381f8739f52a41
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