* Fix parameter passing to standalone images with bootm command
[platform/kernel/u-boot.git] / tools / bmp_logo.c
index 2421b82..c473baa 100644 (file)
 #endif
 #endif
 
-#ifdef __CYGWIN__
-typedef unsigned short ushort;
-#endif /* __CYGWIN__ */
-
-
 typedef struct bitmap_s {              /* bitmap description */
        uint16_t width;
        uint16_t height;