Re: [U-Boot] [PATCH] mx6sabresd: Avoid hang when HDMI cable is not connected

2013-09-11 Thread Fabio Estevam
On Wed, Sep 11, 2013 at 5:44 PM, Eric Bénard wrote: > instead of providing an empty function you could fix the problem in the > code calling this function by changing > if (dev->detect(dev)) > to something like > if (dev->detect && dev->detect(dev)) Thanks, Eric. This is a better solution. _

Re: [U-Boot] [PATCH] mx6sabresd: Avoid hang when HDMI cable is not connected

2013-09-11 Thread Eric Bénard
Hi Fabio, Le Wed, 11 Sep 2013 16:54:10 -0300, Fabio Estevam a écrit : > Since commit d9b894603 (mx6sabresd: Add LVDS splash screen support) the > following hang happens if the HDMI cable is not connected or the 'panel' > variable is not set: > > U-Boot 2013.10-rc2-12978-g47ac53d-dirty (Sep 11

[U-Boot] [PATCH] mx6sabresd: Avoid hang when HDMI cable is not connected

2013-09-11 Thread Fabio Estevam
Since commit d9b894603 (mx6sabresd: Add LVDS splash screen support) the following hang happens if the HDMI cable is not connected or the 'panel' variable is not set: U-Boot 2013.10-rc2-12978-g47ac53d-dirty (Sep 11 2013 - 15:07:38)