]> git.sur5r.net Git - u-boot/commit
zlib: fix code when DEBUG is defined
authorGiuseppe CONDORELLI <giuseppe.condorelli@st.com>
Thu, 3 Sep 2009 11:37:46 +0000 (07:37 -0400)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 21:04:20 +0000 (23:04 +0200)
commit7662eb2b9d6fbc95ecb1fb3e5b5147215e251e7d
tree723bed44cc2520f59d15df0da3ef336472019b77
parentcfcbf8c4cf3da96b9e3f652506b664bfd766a520
zlib: fix code when DEBUG is defined

Removed stdio.h inclusion and moved trace macros to use printf avoiding to
write debug informations to standard error.

Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
lib_generic/zlib.c