diff options
| author | davidcunado-arm <david.cunado@arm.com> | 2017-10-19 09:53:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-19 09:53:15 +0100 |
| commit | 37b5614ffef15a09fd602e4842493548777b8b55 (patch) | |
| tree | f868f59275e3124280c85a36f629394b3bba1fe4 | |
| parent | 3daf7c9aaef4829a12c8fcd42ce634f43dd3cd03 (diff) | |
| parent | 917d79668daa88ce94669620c31de103dbf1e673 (diff) | |
Merge pull request #1134 from masahir0y/uniphier
uniphier: fix section of ROTPK hash
| -rw-r--r-- | plat/socionext/uniphier/uniphier_rotpk.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/socionext/uniphier/uniphier_rotpk.S b/plat/socionext/uniphier/uniphier_rotpk.S index 0045a349..21c44b62 100644 --- a/plat/socionext/uniphier/uniphier_rotpk.S +++ b/plat/socionext/uniphier/uniphier_rotpk.S @@ -6,6 +6,7 @@ .global uniphier_rotpk_hash .global uniphier_rotpk_hash_end + .section .rodata.uniphier_rotpk_hash, "a" uniphier_rotpk_hash: /* DER header */ .byte 0x30, 0x31, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48 |
