From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Renaud Date: Mon, 08 Nov 2004 12:38:47 +1300 Subject: [U-Boot-Users] common/lcd.c patch Message-ID: <1099870727.32262.7.camel@benmore> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de There is a minor bug in common/lcd.c: if you do not define CONFIG_MPC823, it does not include watchdog.h, but WATCHDOG_RESET is used several times in the code outside of #ifdef blocks. Moving the #include statement out of the #ifdef block fixes it. I've attached what I think it the appropriate patch. Andre Renaud -------------- next part -------------- A non-text attachment was scrubbed... Name: lcd.diff Type: text/x-patch Size: 246 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20041108/42e26e4f/attachment.bin