blob: 205a081c20bd06268a6d5d9e8d68293771d41cbf (
plain) (
blame)
1
2
3
4
5
6
7
|
.section .data
.global tim_image
.type tim_image, @object
tim_image:
.balign 4 # Required to correctly parse and load the image
.incbin "${PROJECT_SOURCE_DIR}/bunpattern.tim"
|