[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/bsp/lk/lib/cksum/zutil.h b/src/bsp/lk/lib/cksum/zutil.h
new file mode 100644
index 0000000..8fe715b
--- /dev/null
+++ b/src/bsp/lk/lib/cksum/zutil.h
@@ -0,0 +1,26 @@
+#ifndef __ZUTIL_H
+#define __ZUTIL_H
+
+/* necessary stuff to transplant crc32 and adler32 from zlib */
+#include <inttypes.h>
+#include <sys/types.h>
+
+typedef ulong uLong;
+typedef uint uInt;
+typedef uint8_t Byte;
+typedef Byte Bytef;
+typedef off_t z_off_t;
+typedef int64_t z_off64_t;
+typedef unsigned long z_crc_t;
+
+//#define Z_U4 uint32_t
+
+
+#define Z_NULL NULL
+#define OF(args) args
+#define local static
+#define ZEXPORT
+#define FAR
+
+#endif
+