mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
16d761e3dd
This updates the BCM281xx boot0-hook to the updated boot0 semantics by emitting _start and the vector table before the boot0 hook (as was the case before). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
11 lines
179 B
C
11 lines
179 B
C
/*
|
|
* Copyright 2016 Broadcom Corporation.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/* BOOT0 header information */
|
|
_start:
|
|
ARM_VECTORS
|
|
.word 0xbabeface
|
|
.word _end - _start
|