From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 20 Jul 2018 08:53:28 -0400 Subject: [U-Boot] [PATCH 2/2] dm: Change CMD_DM enabling In-Reply-To: References: <48d05d84fa3a604af28bcd0936c9b49b1d5627b9.1532088303.git.michal.simek@xilinx.com> Message-ID: <20180720125328.GQ11755@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Jul 20, 2018 at 02:05:07PM +0200, Michal Simek wrote: > 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 > --- > > Based on this discussion: > https://lists.denx.de/pipermail/u-boot/2018-July/334952.html > > Done by: > for i in `git grep "select DM" | grep -v DM_ | cut -d ':' -f 1 | sort | > uniq`; do > sed -i 's/select DM$/select DM\n\timply CMD_DM/g' $i; > done OK, I'm glad you did this, but now the (mostly) sorted lists are un-sorted. Please update to keep them alphabetically sorted, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: