
Dear Giuseppe CONDORELLI,
In message 20090720213352.186E3832E416@gemini.denx.de I wrote:
Dear Giuseppe CONDORELLI,
In message 1246273458-19028-1-git-send-email-giuseppe.condorelli@st.com you wrote:
This patch updates zlib to the latest stable version. Only relevant zlib parts were ported to u-boot tree, as already did for the current zlib (0.95). New zlib guarantees a faster inflate performances other then others improvements as explained at www.zlib.net
Signed-off-by: Giuseppe Condorelli giuseppe.condorelli@st.com
include/u-boot/zlib.h | 718 ++++++--- lib_generic/zlib.c | 3930 +++++++++++++++++++++++++------------------------ 2 files changed, 2463 insertions(+), 2185 deletions(-)
Applied, thanks.
Stope. I backed out your patch as it is causing compile problems. It seems you did not do basic testing like running MAKEALL:
... Configuring for netstar board... /home/wd/git/u-boot/work/lib_generic/crc32.c:157: error: conflicting types for 'crc32' /home/wd/git/u-boot/work/include/u-boot/zlib.h:667: error: previous declaration of 'crc32' was here make[1]: *** [crc32.o] Error 1
Please fix and resubmit.
Best regards,
Wolfgang Denk