[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/boot/common/src/loader/board/zx297520v3/zx297520v3.c b/boot/common/src/loader/board/zx297520v3/zx297520v3.c
new file mode 100644
index 0000000..a0fef71
--- /dev/null
+++ b/boot/common/src/loader/board/zx297520v3/zx297520v3.c
@@ -0,0 +1,21 @@
+/*
+ * (C) Copyright 2016 ZXIC Inc.
+ *
+ */
+ 
+#include <common.h>
+#include <asm/io.h>
+#if (CONFIG_COMMANDS & CFG_CMD_NAND) && defined(CFG_NAND_LEGACY)
+#include <linux/mtd/nand_legacy.h>
+#endif
+
+
+/*****************************************
+ * Routine: board_init
+ * Description: Early hardware init.
+ *****************************************/
+int board_init(void)
+{
+	return 0;
+}
+