All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] serial, kconfig: fix menutext
@ 2017-06-21  4:23 Heiko Schocher
  2017-06-21  4:51 ` Stefan Roese
  2017-06-24 22:17 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Schocher @ 2017-06-21  4:23 UTC (permalink / raw)
  To: u-boot

fix menutext for the options SPL_DM_SERIAL and TPL_DM_SERIAL.
Both have the same text as DM_SERIAL, which is
confusing.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 drivers/serial/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 5832066..8ab5ece 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -65,7 +65,7 @@ config DM_SERIAL
 	  defined in include/serial.h.
 
 config SPL_DM_SERIAL
-	bool "Enable Driver Model for serial drivers"
+	bool "Enable Driver Model for serial drivers in SPL"
 	depends on DM_SERIAL
 	default y if SPL && DM_SERIAL
 	help
@@ -75,7 +75,7 @@ config SPL_DM_SERIAL
 	  defined in include/serial.h.
 
 config TPL_DM_SERIAL
-	bool "Enable Driver Model for serial drivers"
+	bool "Enable Driver Model for serial drivers in TPL"
 	depends on DM_SERIAL
 	default y if TPL && DM_SERIAL
 	help
-- 
2.7.4

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

* [U-Boot] [PATCH] serial, kconfig: fix menutext
  2017-06-21  4:23 [U-Boot] [PATCH] serial, kconfig: fix menutext Heiko Schocher
@ 2017-06-21  4:51 ` Stefan Roese
  2017-06-24 22:17 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2017-06-21  4:51 UTC (permalink / raw)
  To: u-boot

On 21.06.2017 06:23, Heiko Schocher wrote:
> fix menutext for the options SPL_DM_SERIAL and TPL_DM_SERIAL.
> Both have the same text as DM_SERIAL, which is
> confusing.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] serial, kconfig: fix menutext
  2017-06-21  4:23 [U-Boot] [PATCH] serial, kconfig: fix menutext Heiko Schocher
  2017-06-21  4:51 ` Stefan Roese
@ 2017-06-24 22:17 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-06-24 22:17 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 21, 2017 at 06:23:10AM +0200, Heiko Schocher wrote:

> fix menutext for the options SPL_DM_SERIAL and TPL_DM_SERIAL.
> Both have the same text as DM_SERIAL, which is
> confusing.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Reviewed-by: Stefan Roese <sr@denx.de>

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: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170624/09729712/attachment.sig>

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

end of thread, other threads:[~2017-06-24 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  4:23 [U-Boot] [PATCH] serial, kconfig: fix menutext Heiko Schocher
2017-06-21  4:51 ` Stefan Roese
2017-06-24 22:17 ` [U-Boot] " 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.