13 lines
213 B
ArmAsm
13 lines
213 B
ArmAsm
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/**
|
||
|
* Copyright(c) 2016-20 Intel Corporation.
|
||
|
*/
|
||
|
|
||
|
.section ".rodata", "a"
|
||
|
|
||
|
sign_key:
|
||
|
.globl sign_key
|
||
|
.incbin "sign_key.pem"
|
||
|
sign_key_end:
|
||
|
.globl sign_key_end
|