From b13fb01a62708492cae4b33c4d6fa9ae127905f4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 30 Oct 2003 21:49:38 +0000 Subject: * Fix parameter passing to standalone images with bootm command * Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board * Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN * Get IceCube MGT5100 working (again) --- tools/bmp_logo.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/bmp_logo.c') diff --git a/tools/bmp_logo.c b/tools/bmp_logo.c index 2421b825cb..c473baa0dd 100644 --- a/tools/bmp_logo.c +++ b/tools/bmp_logo.c @@ -11,11 +11,6 @@ #endif #endif -#ifdef __CYGWIN__ -typedef unsigned short ushort; -#endif /* __CYGWIN__ */ - - typedef struct bitmap_s { /* bitmap description */ uint16_t width; uint16_t height; -- cgit v1.2.1