Steve Rae | 4c8b286 | 2016-06-21 16:43:05 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright 2016 Broadcom Corporation. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
Steve Rae | 4c8b286 | 2016-06-21 16:43:05 -0700 | [diff] [blame] | 7 | /* BOOT0 header information */ |
Philipp Tomsich | 184e377 | 2017-10-10 16:21:08 +0200 | [diff] [blame] | 8 | _start: |
9 | ARM_VECTORS | ||||
Andre Przywara | f66cee3 | 2017-01-02 11:48:34 +0000 | [diff] [blame] | 10 | .word 0xbabeface |
Steve Rae | 4c8b286 | 2016-06-21 16:43:05 -0700 | [diff] [blame] | 11 | .word _end - _start |