include: target: Add macro to replace the names for vb version.

Add macro to replace the name for vb versioning.
These will be removed as part of subsequent changes.

Change-Id: Ib4645aab1753f90a8142c91f9498bb53d14a9a1d
diff --git a/include/target.h b/include/target.h
index 772c424..a1f9f49 100644
--- a/include/target.h
+++ b/include/target.h
@@ -28,6 +28,10 @@
 
 #define TARGET_MAX_CMDLNBUF 64
 
+/* Temp Macro */
+#define VB_V1 VB_L
+#define VB_V2 VB_M
+
 /* Enum for target VB version detection */
 enum
 {