Re: [PATCH] video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean

2020-07-07 Thread Tom Rini
On Wed, Jul 01, 2020 at 02:56:10PM +0200, Patrick Delaunay wrote: > This patch restores CONFIG_VIDCONSOLE_AS_LCD as boolean > and introduce a separate sting as CONFIG_VIDCONSOLE_AS_NAME > to search this string in stdout used as videoconsole. > > This patch avoid issue with board defconfig or code

Re: [PATCH] video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean

2020-07-02 Thread Simon Glass
On Wed, 1 Jul 2020 at 06:56, Patrick Delaunay wrote: > > This patch restores CONFIG_VIDCONSOLE_AS_LCD as boolean > and introduce a separate sting as CONFIG_VIDCONSOLE_AS_NAME > to search this string in stdout used as videoconsole. > > This patch avoid issue with board defconfig or code expecting >

[PATCH] video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean

2020-07-02 Thread Patrick Delaunay
This patch restores CONFIG_VIDCONSOLE_AS_LCD as boolean and introduce a separate sting as CONFIG_VIDCONSOLE_AS_NAME to search this string in stdout used as videoconsole. This patch avoid issue with board defconfig or code expecting CONFIG_VIDCONSOLE_AS_LCD as boolean. Fixes: 22b897a12323 ("video: