Re: [U-Boot] [PATCH] video: allow version string to be optional when using LOGO

2016-07-11 Thread Anatolij Gustschin
Hi Tim, On Fri, 8 Jul 2016 06:45:10 -0700 Tim Harvey thar...@gateworks.com wrote: ... > I haven't seen any feedback on this. Do you have any comment or ack? sorry for delay, I was on vacation. Applied slightly modified patch to u-boot-video/next. Thanks, Anatolij ___

Re: [U-Boot] [PATCH] video: allow version string to be optional when using LOGO

2016-07-08 Thread Tim Harvey
On Tue, May 24, 2016 at 2:59 PM, Tim Harvey wrote: > The CONFIG_HIDE_LOGO_VERSION config can be used to disable putting the > U-Boot version string on top of the logo. > > Signed-off-by: Tim Harvey > --- > README | 3 +++ > drivers/video/cfb_console.c | 4 +++- > 2 files cha

[U-Boot] [PATCH] video: allow version string to be optional when using LOGO

2016-05-24 Thread Tim Harvey
The CONFIG_HIDE_LOGO_VERSION config can be used to disable putting the U-Boot version string on top of the logo. Signed-off-by: Tim Harvey --- README | 3 +++ drivers/video/cfb_console.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README