X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fimage.h;h=d4fdb052826f78380f7857f9f4d0e8d7bec82c01;hb=5779d8d985d95104ad74332f5fa3cb6c67645509;hp=9c6f95b054c224124e4e22b87e55ddeddb3ee4b3;hpb=fbe4b5cbdea438ccec0d93de443f367f3ba46196;p=u-boot diff --git a/include/image.h b/include/image.h index 9c6f95b054..d4fdb05282 100644 --- a/include/image.h +++ b/include/image.h @@ -65,6 +65,7 @@ #define IH_CPU_SPARC 10 /* Sparc */ #define IH_CPU_SPARC64 11 /* Sparc 64 Bit */ #define IH_CPU_M68K 12 /* M68K */ +#define IH_CPU_NIOS 13 /* Nios-32 */ /* * Image Types @@ -124,11 +125,6 @@ #define IH_MAGIC 0x27051956 /* Image Magic Number */ #define IH_NMLEN 32 /* Image Name Length */ -#ifdef __CYGWIN__ -typedef unsigned long uint32_t; -typedef unsigned char uint8_t; -#endif /* __CYGWIN__ */ - /* * all data in network byte order (aka natural aka bigendian) */