2 * Specialty padding for the Altera SoCFPGA preloader image
4 * SPDX-License-Identifier: GPL-2.0+
13 #ifdef CONFIG_SPL_BUILD
14 .balignl 64,0xf33db33f;
16 .word 0x1337c0d3; /* SoCFPGA preloader validation word */
17 .word 0xc01df00d; /* Version, flags, length */
18 .word 0xcafec0d3; /* Checksum, zero-pad */
21 b reset; /* SoCFPGA jumps here */
27 #endif /* __BOOT0_H */