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.
_
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
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)
3 matches
Mail list logo