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