summaryrefslogtreecommitdiffstats
path: root/images/sha_sum.S
diff options
context:
space:
mode:
Diffstat (limited to 'images/sha_sum.S')
-rw-r--r--images/sha_sum.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/images/sha_sum.S b/images/sha_sum.S
new file mode 100644
index 0000000000..5928c206a8
--- /dev/null
+++ b/images/sha_sum.S
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+ .section .shasum,"a"
+ .globl sha_sum
+sha_sum:
+ .incbin "images/barebox.sha.bin"
+ .globl sha_sum_end
+sha_sum_end: