]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/arm1176/tnetv107x/lowlevel_init.S
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / cpu / arm1176 / tnetv107x / lowlevel_init.S
1 /*
2 * TNETV107X: Low-level pre-relocation initialization
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 .globl lowlevel_init
8 lowlevel_init:
9 /* nothing for now, maybe needed for more exotic boot modes */
10 mov pc, lr