From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 12 Sep 2013 12:17:22 +0200 Subject: [U-Boot] [PATCH v2 2/2] mx6sabresd: Reset counter to prevent error message In-Reply-To: <1378934070-11721-2-git-send-email-festevam@gmail.com> References: <1378934070-11721-1-git-send-email-festevam@gmail.com> <1378934070-11721-2-git-send-email-festevam@gmail.com> Message-ID: <523194B2.5030104@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On 11/09/2013 23:14, Fabio Estevam wrote: > From: Fabio Estevam > > 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 > --- > board/freescale/mx6sabresd/mx6sabresd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c > index 0f91fe2..61fe67c 100644 > --- a/board/freescale/mx6sabresd/mx6sabresd.c > +++ b/board/freescale/mx6sabresd/mx6sabresd.c > @@ -322,6 +322,7 @@ int board_video_skip(void) > if (!panel) { > panel = displays[0].mode.name; > printf("No panel detected: default to %s\n", panel); > + i = 0; > } Robert sents the same fix for nitrogen6x, and it was integrated. The two functions board_video_skip() are exactly the same. What about to factorize the code putting it maybe in imx-common ? Best regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================