Re: [U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM

2018-07-23 Thread Tom Rini
On Mon, Jul 23, 2018 at 03:55:11PM +0200, Michal Simek wrote: > Better use depends on instead of select. > > Signed-off-by: Michal Simek > Reviewed-by: Tom Rini Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mai

[U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM

2018-07-23 Thread Michal Simek
Better use depends on instead of select. Signed-off-by: Michal Simek Reviewed-by: Tom Rini --- Changes in v2: None I found this in connection to setup imply CMD_DM and it seems to not standard that it is selecting DM which is not used anywhere else. --- common/Kconfig | 2 +- 1 file changed,