Re: [U-Boot] [PATCH v2 06/56] spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON

2017-07-27 Thread Simon Glass
On 26 July 2017 at 04:40, Philipp Tomsich wrote: > SPL_REGMAP and SPL_SYSCON were marked as depending on DM, when a > stricter dependency of SPL_DM was possible. This commit makes the > prereq more specific. > > Signed-off-by: Philipp Tomsich > --- > > Changes in v2: None > > drivers/core/Kconf

Re: [U-Boot] [PATCH v2 06/56] spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 12:40:10PM +0200, Philipp Tomsich wrote: > SPL_REGMAP and SPL_SYSCON were marked as depending on DM, when a > stricter dependency of SPL_DM was possible. This commit makes the > prereq more specific. > > Signed-off-by: Philipp Tomsich Reviewed-by: Tom Rini -- Tom s

[U-Boot] [PATCH v2 06/56] spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON

2017-07-26 Thread Philipp Tomsich
SPL_REGMAP and SPL_SYSCON were marked as depending on DM, when a stricter dependency of SPL_DM was possible. This commit makes the prereq more specific. Signed-off-by: Philipp Tomsich --- Changes in v2: None drivers/core/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff