All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd: fix dependency for CMD_CLS
@ 2022-11-23 17:16 John Keeping
  2022-11-23 20:13 ` Heinrich Schuchardt
  2022-11-24 21:33 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: John Keeping @ 2022-11-23 17:16 UTC (permalink / raw)
  To: Simon Glass
  Cc: John Keeping, Ilias Apalodimas, Masahisa Kojima,
	Heinrich Schuchardt, Pali Rohár, Ovidiu Panait,
	Ashok Reddy Soma, u-boot

It seems this symbol was missed when renaming DM_VIDEO -> VIDEO.  Update
it.

Fixes: b86986c7b3 ("video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO")
Signed-off-by: John Keeping <john@metanate.com>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1092fb9c91..79848cc6ab 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1959,7 +1959,7 @@ config CMD_CONITRACE
 
 config CMD_CLS
 	bool "Enable clear screen command 'cls'"
-	default y if LCD || DM_VIDEO
+	default y if LCD || VIDEO
 	help
 	  Enable the 'cls' command which clears the screen contents
 	  on video frame buffer.
-- 
2.38.1


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

* Re: [PATCH] cmd: fix dependency for CMD_CLS
  2022-11-23 17:16 [PATCH] cmd: fix dependency for CMD_CLS John Keeping
@ 2022-11-23 20:13 ` Heinrich Schuchardt
  2022-11-25  4:01   ` Simon Glass
  2022-11-24 21:33 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Heinrich Schuchardt @ 2022-11-23 20:13 UTC (permalink / raw)
  To: John Keeping
  Cc: Ilias Apalodimas, Masahisa Kojima, Pali Rohár,
	Ovidiu Panait, Ashok Reddy Soma, u-boot, Simon Glass

On 11/23/22 18:16, John Keeping wrote:
> It seems this symbol was missed when renaming DM_VIDEO -> VIDEO.  Update
> it.
>
> Fixes: b86986c7b3 ("video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO")
> Signed-off-by: John Keeping <john@metanate.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>   cmd/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index 1092fb9c91..79848cc6ab 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -1959,7 +1959,7 @@ config CMD_CONITRACE
>
>   config CMD_CLS
>   	bool "Enable clear screen command 'cls'"
> -	default y if LCD || DM_VIDEO
> +	default y if LCD || VIDEO
>   	help
>   	  Enable the 'cls' command which clears the screen contents
>   	  on video frame buffer.


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

* Re: [PATCH] cmd: fix dependency for CMD_CLS
  2022-11-23 17:16 [PATCH] cmd: fix dependency for CMD_CLS John Keeping
  2022-11-23 20:13 ` Heinrich Schuchardt
@ 2022-11-24 21:33 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-11-24 21:33 UTC (permalink / raw)
  To: John Keeping
  Cc: Simon Glass, Ilias Apalodimas, Masahisa Kojima,
	Heinrich Schuchardt, Pali Rohár, Ovidiu Panait,
	Ashok Reddy Soma, u-boot

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

On Wed, Nov 23, 2022 at 05:16:14PM +0000, John Keeping wrote:

> It seems this symbol was missed when renaming DM_VIDEO -> VIDEO.  Update
> it.
> 
> Fixes: b86986c7b3 ("video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO")
> Signed-off-by: John Keeping <john@metanate.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] cmd: fix dependency for CMD_CLS
  2022-11-23 20:13 ` Heinrich Schuchardt
@ 2022-11-25  4:01   ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2022-11-25  4:01 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: John Keeping, Ilias Apalodimas, Masahisa Kojima, Pali Rohár,
	Ovidiu Panait, Ashok Reddy Soma, u-boot

Hi,

On Wed, 23 Nov 2022 at 13:18, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> On 11/23/22 18:16, John Keeping wrote:
> > It seems this symbol was missed when renaming DM_VIDEO -> VIDEO.  Update
> > it.
> >
> > Fixes: b86986c7b3 ("video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO")
> > Signed-off-by: John Keeping <john@metanate.com>
>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
>
> > ---
> >   cmd/Kconfig | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/cmd/Kconfig b/cmd/Kconfig
> > index 1092fb9c91..79848cc6ab 100644
> > --- a/cmd/Kconfig
> > +++ b/cmd/Kconfig
> > @@ -1959,7 +1959,7 @@ config CMD_CONITRACE
> >
> >   config CMD_CLS
> >       bool "Enable clear screen command 'cls'"
> > -     default y if LCD || DM_VIDEO
> > +     default y if LCD || VIDEO

actually LCD is gone now

> >       help
> >         Enable the 'cls' command which clears the screen contents
> >         on video frame buffer.
>

Regards,
SImon

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

end of thread, other threads:[~2022-11-25  4:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 17:16 [PATCH] cmd: fix dependency for CMD_CLS John Keeping
2022-11-23 20:13 ` Heinrich Schuchardt
2022-11-25  4:01   ` Simon Glass
2022-11-24 21:33 ` 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.