]> git.ipfire.org Git - people/ms/u-boot.git/commit
mx6sabresd: Reset counter to prevent error message
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 11 Sep 2013 21:14:30 +0000 (18:14 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 20 Sep 2013 15:55:36 +0000 (17:55 +0200)
commit59f46f4a73b13dc500e6cdb13b507f2aa3bc8c45
tree864b68ba7cf692dabace38465256d056385a9b49
parent1601ba4d1e9711e9259ea563b3a2ee1c7c4b3f36
mx6sabresd: Reset counter to prevent error message

If a HDMI cable is not connected, the following message is seen on boot:

CPU:   Freescale i.MX6Q rev1.1 at 792 MHz
Reset cause: POR
Board: MX6-SabreSD
DRAM:  1 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
No panel detected: default to HDMI
unsupported panel HDMI

Reset the 'i' variable to fix the 'unsupported panel' message.

This follows the same idea of commit 47ac53d7ae (imx: nitrogen6x/mx6qsabrelite:
Fix bug in board_video_skip).

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/freescale/mx6sabresd/mx6sabresd.c