[Feature][T106]ZXW P56U09 code
Only Configure: Yes
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: No
Doc Update: No
Change-Id: I3cbd8b420271eb20c2b40ebe5c78f83059cd42f3
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