summaryrefslogtreecommitdiff
path: root/common/xyzModem.c
AgeCommit message (Collapse)Author
2009-07-19common: fix 'dummy' is used uninitialized in this function warningKim Phillips
fix this gcc 4.4 warning: xyzModem.c: In function 'xyzModem_stream_open': xyzModem.c:564: warning: 'dummy' is used uninitialized in this function Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2006-08-31Coding Style cleanup.Wolfgang Denk
Patch by Stefano Babic, 31 Aug 2006
2006-07-21More code cleanupWolfgang Denk
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese
Patch by Stefan Roese, 10 May 2006
2006-04-16Some code cleanupWolfgang Denk
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher
Patch by Stefano Babic, 29 Mar 2006