imx6: drop ventana kernel/rootfs hack
[openwrt.git] / tools / firmware-utils / src / csysimg.h
index 740a7b8..65ab062 100644 (file)
@@ -1,7 +1,6 @@
 /*
- *  $Id$
  *
- *  Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
+ *  Copyright (C) 2007,2009 Gabor Juhos <juhosg@openwrt.org>
  *
  *  This program was based on the code found in various Linux
  *  source tarballs released by Edimax for it's devices.
 #define SIG_BR6114WG   SIG_BR6104IPC
 #define SIG_BR6524K    "2-K-"
 #define SIG_BR6524KP   "2-KP"  /* FIXME: valid? */
+#define SIG_BR6524N    "WNRA"
 #define SIG_BR6524WG   "2-WG"  /* FIXME: valid? */
 #define SIG_BR6524WP   "2-WP"  /* FIXME: valid? */
 #define SIG_BR6541K    "4--K"
 #define SIG_BR6541KP   "4-KP"  /* FIXME: valid? */
 #define SIG_BR6541WP   "4-WP"  /* FIXME: valid? */
+#define SIG_C54BSR4    SIG_BR6104IPC
 #define SIG_EW7207APg  "EWAS"
 #define SIG_PS1205UWg  "4000"
 #define SIG_PS3205U    "5010"
 #define SIG_PS3205UWg  "5011"
 #define SIG_RALINK     "RNRA"
+#define SIG_5GXI       "5GXI"  /* fake signature */
 
 #define SIG_H2BR4      SIG_BR6524K
 #define SIG_H2WR54G    SIG_BR6524WG
@@ -75,6 +77,3 @@ struct csys_header {
        uint32_t addr;
        uint32_t size;
 };
-
-
-