All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV
@ 2020-10-27  7:47 Anatolij Gustschin
  2020-10-27  9:33 ` Pali Rohár
  2020-10-27 14:51 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2020-10-27  7:47 UTC (permalink / raw)
  To: u-boot

With disabled legacy VIDEO option CONSOLE_MUX is not auto-selected
any more, re-enable it.

Fixes: 9dec5a0ea130 ("nokia_rx51: disable obsolete VIDEO config")
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 configs/nokia_rx51_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index b0a58e5253..1d353520a9 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -10,6 +10,7 @@ CONFIG_AUTOBOOT_KEYED=y
 CONFIG_AUTOBOOT_MENU_SHOW=y
 CONFIG_USE_PREBOOT=y
 CONFIG_PREBOOT="run preboot"
+CONFIG_CONSOLE_MUX=y
 CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PROMPT="Nokia RX-51 # "
 # CONFIG_CMD_BDI is not set
-- 
2.17.1

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

* [PATCH] nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV
  2020-10-27  7:47 [PATCH] nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV Anatolij Gustschin
@ 2020-10-27  9:33 ` Pali Rohár
  2020-10-27 14:51 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Pali Rohár @ 2020-10-27  9:33 UTC (permalink / raw)
  To: u-boot

On Tuesday 27 October 2020 08:47:17 Anatolij Gustschin wrote:
> With disabled legacy VIDEO option CONSOLE_MUX is not auto-selected
> any more, re-enable it.
> 
> Fixes: 9dec5a0ea130 ("nokia_rx51: disable obsolete VIDEO config")
> Signed-off-by: Anatolij Gustschin <agust@denx.de>

Great! It is fixing it.

Reviewed-by: Pali Roh?r <pali@kernel.org>

> ---
>  configs/nokia_rx51_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
> index b0a58e5253..1d353520a9 100644
> --- a/configs/nokia_rx51_defconfig
> +++ b/configs/nokia_rx51_defconfig
> @@ -10,6 +10,7 @@ CONFIG_AUTOBOOT_KEYED=y
>  CONFIG_AUTOBOOT_MENU_SHOW=y
>  CONFIG_USE_PREBOOT=y
>  CONFIG_PREBOOT="run preboot"
> +CONFIG_CONSOLE_MUX=y
>  CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Nokia RX-51 # "
>  # CONFIG_CMD_BDI is not set
> -- 
> 2.17.1
> 

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

* [PATCH] nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV
  2020-10-27  7:47 [PATCH] nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV Anatolij Gustschin
  2020-10-27  9:33 ` Pali Rohár
@ 2020-10-27 14:51 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-10-27 14:51 UTC (permalink / raw)
  To: u-boot

On Tue, Oct 27, 2020 at 08:47:17AM +0100, Anatolij Gustschin wrote:

> With disabled legacy VIDEO option CONSOLE_MUX is not auto-selected
> any more, re-enable it.
> 
> Fixes: 9dec5a0ea130 ("nokia_rx51: disable obsolete VIDEO config")
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Reviewed-by: Pali Roh?r <pali@kernel.org>

Applied to u-boot/master, thanks!

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

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

end of thread, other threads:[~2020-10-27 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27  7:47 [PATCH] nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV Anatolij Gustschin
2020-10-27  9:33 ` Pali Rohár
2020-10-27 14:51 ` 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.