blob: a8bce4784c93f11d006de92311874af584d1605e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* TNETV107X: Low-level pre-relocation initialization
*
* SPDX-License-Identifier: GPL-2.0+
*/
.globl lowlevel_init
lowlevel_init:
/* nothing for now, maybe needed for more exotic boot modes */
mov pc, lr
|