Fix watchdog reset problems on LWMON board

This commit is contained in:
wdenk
2005-06-05 20:30:43 +00:00
parent ba91e26a19
commit 51152c173d
3 changed files with 4 additions and 0 deletions

View File

@@ -655,6 +655,7 @@ int lcd_display_bitmap(ulong bmp_image, int x, int y)
fb = (uchar *) (lcd_base +
(y + height - 1) * lcd_line_length + x);
for (i = 0; i < height; ++i) {
WATCHDOG_RESET();
for (j = 0; j < width ; j++)
#if defined(CONFIG_PXA250)
*(fb++)=*(bmap++);