Re: [PATCH] video: make vidconsole commands optional

2020-06-19 Thread Anatolij Gustschin
On Mon, 25 May 2020 21:47:19 +0200 Anatolij Gustschin ag...@denx.de wrote: > Converting some boards to DM_VIDEO results in build breakage due > to increased code size. Make video console specific commands > optional to recude binary size. > > Signed-off-by: Anatolij Gustschin > --- > drivers/vi

Re: [PATCH] video: make vidconsole commands optional

2020-05-25 Thread Simon Glass
Hi Anatolij, On Mon, 25 May 2020 at 15:45, Anatolij Gustschin wrote: > > Hi Simon, > > On Mon, 25 May 2020 15:37:33 -0600 > Simon Glass s...@chromium.org wrote: > ... > > > optional to recude binary size. > > > > reduce > > I'll fix it in v2, thanks! > > > Which board is this? I'd just like to ch

Re: [PATCH] video: make vidconsole commands optional

2020-05-25 Thread Anatolij Gustschin
Hi Simon, On Mon, 25 May 2020 15:37:33 -0600 Simon Glass s...@chromium.org wrote: ... > > optional to recude binary size. > > reduce I'll fix it in v2, thanks! > Which board is this? I'd just like to check that it is expected. this is tbs2910 board which makes most trouble currently. I'm try

Re: [PATCH] video: make vidconsole commands optional

2020-05-25 Thread Simon Glass
Hi Anatolij, On Mon, 25 May 2020 at 13:47, Anatolij Gustschin wrote: > > Converting some boards to DM_VIDEO results in build breakage due > to increased code size. Make video console specific commands > optional to recude binary size. reduce Which board is this? I'd just like to check that it i

[PATCH] video: make vidconsole commands optional

2020-05-25 Thread Anatolij Gustschin
Converting some boards to DM_VIDEO results in build breakage due to increased code size. Make video console specific commands optional to recude binary size. Signed-off-by: Anatolij Gustschin --- drivers/video/Kconfig | 8 drivers/video/vidconsole-uclass.c | 2 ++ 2 files ch