All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dm: Fix CMD_DM enabling
@ 2018-07-31  6:11 Michal Simek
  2018-07-31 14:28 ` Joe Hershberger
  2018-07-31 23:58 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2018-07-31  6:11 UTC (permalink / raw)
  To: u-boot

The patch "dm: Change CMD_DM enabling"
(sha1: 08a00cba06a7e608ae65e3d7ea225cf8c639429d) was incorrectly updated
and PICO_IMX7D is missing imply CMD_DM and WARP7 has it twice.
This patch is fixing it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/mach-imx/mx7/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/mx7/Kconfig b/arch/arm/mach-imx/mx7/Kconfig
index 1acd7f3c7cb7..232f33285d40 100644
--- a/arch/arm/mach-imx/mx7/Kconfig
+++ b/arch/arm/mach-imx/mx7/Kconfig
@@ -43,6 +43,7 @@ config TARGET_PICO_IMX7D
 	select DM_THERMAL
 	select MX7D
 	select SUPPORT_SPL
+	imply CMD_DM
 
 config TARGET_WARP7
 	bool "warp7"
@@ -51,7 +52,6 @@ config TARGET_WARP7
 	select DM_THERMAL
 	select MX7D
 	imply CMD_DM
-	imply CMD_DM
 
 config TARGET_COLIBRI_IMX7
 	bool "Support Colibri iMX7S/iMX7D modules"
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] dm: Fix CMD_DM enabling
  2018-07-31  6:11 [U-Boot] [PATCH] dm: Fix CMD_DM enabling Michal Simek
@ 2018-07-31 14:28 ` Joe Hershberger
  2018-07-31 23:58 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2018-07-31 14:28 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 31, 2018 at 1:11 AM, Michal Simek <michal.simek@xilinx.com> wrote:
> The patch "dm: Change CMD_DM enabling"
> (sha1: 08a00cba06a7e608ae65e3d7ea225cf8c639429d) was incorrectly updated
> and PICO_IMX7D is missing imply CMD_DM and WARP7 has it twice.
> This patch is fixing it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] dm: Fix CMD_DM enabling
  2018-07-31  6:11 [U-Boot] [PATCH] dm: Fix CMD_DM enabling Michal Simek
  2018-07-31 14:28 ` Joe Hershberger
@ 2018-07-31 23:58 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-07-31 23:58 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 31, 2018 at 08:11:28AM +0200, Michal Simek wrote:

> The patch "dm: Change CMD_DM enabling"
> (sha1: 08a00cba06a7e608ae65e3d7ea225cf8c639429d) was incorrectly updated
> and PICO_IMX7D is missing imply CMD_DM and WARP7 has it twice.
> This patch is fixing it.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180731/baec3ca9/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-31 23:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31  6:11 [U-Boot] [PATCH] dm: Fix CMD_DM enabling Michal Simek
2018-07-31 14:28 ` Joe Hershberger
2018-07-31 23:58 ` Tom Rini

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.