Sign in
◑
Theme
third-party-mirror
/
u-boot
/
refs/heads/vim3
/
.
/
board
/
khadas
/
kvim3
/
gbl_blob.S
blob: e700070c5638e980dbd1091ac65daaeec82401d3 [
file
] [
edit
]
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
+
*/
.section .rodata.gbl
,
"a"
.align
4
.global gbl_binary_start
.global gbl_binary_end
gbl_binary_start
:
.incbin
"gbl.efi"
gbl_binary_end
: