
26 Jul
2017
26 Jul
'17
9:53 p.m.
On Wed, Jul 26, 2017 at 12:40:17PM +0200, Philipp Tomsich wrote:
Even though there's now a TPL_DM configuration option, the spl logic still checks for SPL_DM and thus does not pick up the proper config option.
This introduces the use of CONFIG_IS_ENABLED(DM) in spl.c to always pick up the desired configuration option instead of having a hard-coded check for the SPL variant.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom