summaryrefslogtreecommitdiffstats
path: root/tools/img2srec.c
Commit message (Collapse)AuthorAgeFilesLines
* img2srec: use standard typesMike Frysinger2009-11-241-102/+62
| | | | | | | The img2srec code creates a lot of typedefs with common names. These easily clash with system headers that include these typedefs (like mingw). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* compiler.h: unify system ifdef cruft hereMike Frysinger2009-07-191-2/+1
| | | | | | | | | | | Shove a lot of the HOSTCC and related #ifdef checking crap into the new compiler.h header so that we can keep all other headers nice and clean. Also introduce custom uswap functions so we don't have to rely on the non standard implementations that a host may (or may not in the case of OS X) provide. This allows mkimage to finally build cleanly on an OS X system. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* * Code cleanup:wdenk2003-06-271-16/+16
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* Initial revisionwdenk2001-10-231-0/+413
OpenPOWER on IntegriCloud