uboot/u-boot-stm32mp-2020.01/arch/arm/mach-rmobile/include/mach/boot0.h

24 lines
369 B
C
Raw Permalink Normal View History

2024-01-10 06:52:34 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Specialty padding for the RCar Gen2 SPL JTAG loading
*/
#ifndef __BOOT0_H
#define __BOOT0_H
_start:
ARM_VECTORS
#ifdef CONFIG_SPL_BUILD
.word 0x0badc0d3;
.word 0x0badc0d3;
.word 0x0badc0d3;
.word 0x0badc0d3;
.word 0x0badc0d3;
.word 0x0badc0d3;
.word 0x0badc0d3;
.word 0x0badc0d3;
#endif
#endif /* __BOOT0_H */