From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] dm: Change CMD_DM enabling
Date: Mon, 23 Jul 2018 08:40:51 +0200 [thread overview]
Message-ID: <6467e8d4-aa2d-40bf-cc86-80e2d6f62c68@xilinx.com> (raw)
In-Reply-To: <20180720125328.GQ11755@bill-the-cat>
On 20.7.2018 14:53, Tom Rini wrote:
> 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 <michal.simek@xilinx.com>
>> ---
>>
>> 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!
How this should be sorted?
sorted "select" list first followed by sorted "imply" list?
Thanks,
Michal
next prev parent reply other threads:[~2018-07-23 6:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-20 12:05 [U-Boot] [PATCH 1/2] common: Log should depends on DM not be selected by DM Michal Simek
2018-07-20 12:05 ` [U-Boot] [PATCH 2/2] dm: Change CMD_DM enabling Michal Simek
2018-07-20 12:53 ` Tom Rini
2018-07-23 6:40 ` Michal Simek [this message]
2018-07-23 12:15 ` Tom Rini
2018-07-23 13:56 ` Michal Simek
2018-07-20 12:53 ` [U-Boot] [PATCH 1/2] common: Log should depends on DM not be selected by DM Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6467e8d4-aa2d-40bf-cc86-80e2d6f62c68@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.