]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
Add support for CATcenter board (based on PPChameleon ME module)
[u-boot] / include / image.h
index 9c6f95b054c224124e4e22b87e55ddeddb3ee4b3..b319210f397ed18f33f8c9b08841dd823abea4c2 100644 (file)
@@ -64,7 +64,9 @@
 #define IH_CPU_SH              9       /* SuperH       */
 #define IH_CPU_SPARC           10      /* Sparc        */
 #define IH_CPU_SPARC64         11      /* Sparc 64 Bit */
-#define        IH_CPU_M68K             12      /* M68K         */
+#define IH_CPU_M68K            12      /* M68K         */
+#define IH_CPU_NIOS            13      /* Nios-32      */
+#define IH_CPU_MICROBLAZE      14      /* MicroBlaze   */
 
 /*
  * Image Types
 #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)
  */