commit | 2e7c819f99f2cf1ad6f864781e6483c01e1a6d94 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jul 23 15:55:14 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 30 07:18:48 2018 -0400 |
tree | a5342e260c5db2fc4cba1d2bc147cefc552d7227 | |
parent | 84f3dec85e947c2606eb909e7a0f7da33e5854c7 [diff] |
dm: Change CMD_DM enabling CMD_DM is used for debug purpose and it shouldn't be enabled by default via Kconfig. Unfortunately this is in the tree for quite a long time that's why solution is to use imply DM for all targets which are enabling DM. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>