]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/bmp_logo.c
* Fix parameter passing to standalone images with bootm command
[karo-tx-uboot.git] / tools / bmp_logo.c
index 2421b825cb00a378880b18df5d406bd85e6a43a6..c473baa0ddfc4704e5bfd4cb48bff830aa8f35e7 100644 (file)
 #endif
 #endif
 
-#ifdef __CYGWIN__
-typedef unsigned short ushort;
-#endif /* __CYGWIN__ */
-
-
 typedef struct bitmap_s {              /* bitmap description */
        uint16_t width;
        uint16_t height;