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

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
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