Wolfgang Denk wrote: > Dear Giuseppe CONDORELLI, > > In message <001601ca1012$e0f72730$c0818...@st.com> you wrote: >> Very good!!! >> So is it time to re-apply zlib patch to u-boot main tree, together >> Alessandro's patch? >> >> Wolfgang, what's your position? > > Actually I'm waiting for a new patch that integrates that fix.
Hi, please do not commit the zlib-1.2.3 patch in its current state, although Alessandro's patch fixes on bug there is still the problem that the WATCHDOG_RESET() calls from gunzip.c #if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG) s.outcb = (cb_func)WATCHDOG_RESET; #else s.outcb = Z_NULL; #endif<>/* CONFIG_HW_WATCHDOG */ are silently ignored in the new zlib code. My C knowledge is insufficient to solve this problem. In its current state it will break zlib decompression on the machines I am taking care of. Cheers, rhabarber1848 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot