:: Re: [maemo-leste] [PATCH] nokia_rx5…
Top Page
Delete this message
Reply to this message
Author: Pali Rohár
Date:  
To: Anatolij Gustschin
CC: u-boot, maemo-leste
Subject: Re: [maemo-leste] [PATCH] nokia_rx51: disable obsolete VIDEO config
On Sunday 18 October 2020 21:18:24 Anatolij Gustschin wrote:
> DM_VIDEO conversion deadline has passed, disable VIDEO config.
>
> Signed-off-by: Anatolij Gustschin <agust@???>
> Cc: Pali Rohár <pali@???>
> ---
> configs/nokia_rx51_defconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
> index e249dff774..3310bc7ae9 100644
> --- a/configs/nokia_rx51_defconfig
> +++ b/configs/nokia_rx51_defconfig
> @@ -54,8 +54,8 @@ CONFIG_USB_MUSB_HCD=y
> CONFIG_USB_MUSB_UDC=y
> CONFIG_USB_OMAP3=y
> CONFIG_TWL4030_USB=y
> -CONFIG_VIDEO=y
> -CONFIG_CFB_CONSOLE_ANSI=y


Please, do not disable CONFIG_CFB_CONSOLE_ANSI, it will make debugging
on real Nokia N900 very hard...

> +# CONFIG_VIDEO is not set
> +# CONFIG_CFB_CONSOLE_ANSI is not set
> # CONFIG_VGA_AS_SINGLE_DEVICE is not set
> CONFIG_SPLASH_SCREEN=y
> # CONFIG_GZIP is not set
> --
> 2.17.1
>