summaryrefslogtreecommitdiffstats
path: root/images/sha_sum.S
blob: 5928c206a8776e67e99dcdc3dd328aeb142cce21 (plain)
1
2
3
4
5
6
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: