mirror of
https://github.com/ipxe/ipxe
synced 2026-02-10 10:10:21 +03:00
8 lines
155 B
ArmAsm
8 lines
155 B
ArmAsm
.section ".data", "aw"
|
|
.balign 4
|
|
.globl _embedded_image_start
|
|
_embedded_image_start:
|
|
.incbin EMBEDIMG
|
|
.globl _embedded_image_end
|
|
_embedded_image_end:
|