@ -2,6 +2,8 @@
Changes for U-Boot 1.1.3:
======================================================================
* Fix watchdog reset problems on LWMON board
* Patch by Juergen Selent, 17 May 2005:
Add support for Funkwerk VoVPN gateway module.
@ -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++);
@ -120,6 +120,7 @@ int cpu_post_test (int flags)
if (ret == 0)
ret = cpu_post_test_multi ();
ret = cpu_post_test_string ();