diff options
| author | wdenk <wdenk> | 2003-10-30 21:49:38 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-10-30 21:49:38 +0000 | 
| commit | b13fb01a62708492cae4b33c4d6fa9ae127905f4 (patch) | |
| tree | 66ae0d558907465ecbebb815f8be02a4257e5c55 /tools/bmp_logo.c | |
| parent | 5fa66df63afe2841ce27596996811469903373a7 (diff) | |
| download | olio-uboot-2014.01-b13fb01a62708492cae4b33c4d6fa9ae127905f4.tar.xz olio-uboot-2014.01-b13fb01a62708492cae4b33c4d6fa9ae127905f4.zip | |
* Fix parameter passing to standalone images with bootm commandU-Boot-1_0_0
* 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)
Diffstat (limited to 'tools/bmp_logo.c')
| -rw-r--r-- | tools/bmp_logo.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/tools/bmp_logo.c b/tools/bmp_logo.c index 2421b825c..c473baa0d 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; |