aboutsummaryrefslogtreecommitdiff
path: root/common/xyzModem.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-19common: fix 'dummy' is used uninitialized in this function warningKim Phillips1-1/+1
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 Denk1-445/+548
Patch by Stefano Babic, 31 Aug 2006
2006-07-21More code cleanupWolfgang Denk1-1/+1
2006-05-10Fix compile warnings in common/xyzModem.cStefan Roese1-6/+9
Patch by Stefan Roese, 10 May 2006
2006-04-16Some code cleanupWolfgang Denk1-140/+144
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher1-0/+739
Patch by Stefano Babic, 29 Mar 2006