]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Corrected name for UL_USB board.
authorporazil <porazil>
Tue, 16 Jan 2007 16:05:49 +0000 (16:05 +0000)
committerporazil <porazil>
Tue, 16 Jan 2007 16:05:49 +0000 (16:05 +0000)
board/arm/ul_usb1/defines/system_def.h

index c6f16e2e999071be92412db3e518b1f02a1edb77..3c0a8477f505ca31d71f8b8e9bed2f244f13305b 100644 (file)
 
 #define VER_CODE(major,minor,patch) (major*0x10000+minor*0x100+patch)
 /* Software version */
-#define SW_VER_ID      "MX_USBL"
+#define SW_VER_ID      "UL_USB"
 #define SW_VER_MAJOR   0
 #define SW_VER_MINOR   2
 #define SW_VER_PATCH   0
 #define SW_VER_CODE    VER_CODE(SW_VER_MAJOR,SW_VER_MINOR,SW_VER_PATCH)
 /* Hardware version */
-#define HW_VER_ID      "MX_CPU"
+#define HW_VER_ID      "UL_USB"
 #define HW_VER_MAJOR   1
 #define HW_VER_MINOR   0
 #define HW_VER_PATCH   0
 #define HW_VER_CODE    VER_CODE(HW_VER_MAJOR,HW_VER_MINOR,HW_VER_PATCH)
 /* Version of mechanical  */
-#define MECH_VER_ID     "MX_USBL"
+#define MECH_VER_ID     "UL_USB"
 #define MECH_VER_MAJOR  0
 #define MECH_VER_MINOR  0
 #define MECH_VER_PATCH  0