Re: [U-Boot] [PATCH] board: ge: bx50v3: Pass video bootargs for b850v3

2016-10-07 Thread Stefano Babic
On 07/10/2016 16:30, Akshay Bhat wrote: > Hi Stefano > > On Fri, Oct 7, 2016 at 6:25 AM, Stefano Babic wrote: >> >> But not pushed: in fact, this canoot be built anymore. You add a new >> CONFIG_ (but do you really need it ?), and this is not allowed anymore. >> It generates a build error because

Re: [U-Boot] [PATCH] board: ge: bx50v3: Pass video bootargs for b850v3

2016-10-07 Thread Akshay Bhat
Hi Stefano On Fri, Oct 7, 2016 at 6:25 AM, Stefano Babic wrote: > > But not pushed: in fact, this canoot be built anymore. You add a new > CONFIG_ (but do you really need it ?), and this is not allowed anymore. > It generates a build error because all CONFIG_ should be set via Kconfig. > >

Re: [U-Boot] [PATCH] board: ge: bx50v3: Pass video bootargs for b850v3

2016-10-07 Thread Stefano Babic
Hi Akshay, On 06/10/2016 09:37, Stefano Babic wrote: > On 22/09/2016 20:55, Akshay Bhat wrote: >> From: Ken Lin >> >> Due to clock source restrictions on i.MX6, certain pixel clock rates can >> not be supported. Hence default the resolution/frame rate during boot to a >> supported value by passin

Re: [U-Boot] [PATCH] board: ge: bx50v3: Pass video bootargs for b850v3

2016-10-06 Thread Stefano Babic
On 22/09/2016 20:55, Akshay Bhat wrote: > From: Ken Lin > > Due to clock source restrictions on i.MX6, certain pixel clock rates can > not be supported. Hence default the resolution/frame rate during boot to a > supported value by passing video bootargs 1024x768@60 for > HDMI (Display Port1) and

[U-Boot] [PATCH] board: ge: bx50v3: Pass video bootargs for b850v3

2016-09-22 Thread Akshay Bhat
From: Ken Lin Due to clock source restrictions on i.MX6, certain pixel clock rates can not be supported. Hence default the resolution/frame rate during boot to a supported value by passing video bootargs 1024x768@60 for HDMI (Display Port1) and LVDS (Display Port2) on B850v3. Signed-off-by: Ken