zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/boot/common/src/uboot/compress/compressed.S b/boot/common/src/uboot/compress/compressed.S
new file mode 100644
index 0000000..2509e2e
--- /dev/null
+++ b/boot/common/src/uboot/compress/compressed.S
@@ -0,0 +1,10 @@
+	.section .compressed_data,#alloc
+	.globl	input_data
+input_data:
+	.incbin	"compressed.gz"
+	.globl	input_data_end
+input_data_end:
+    .globl image_start
+    .balign 4
+image_start:
+    .long IMAGE_START