]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/arm64/lowlevel_init.S
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-uniphier / arm64 / lowlevel_init.S
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Socionext Inc.
4  */
5
6 #include <linux/linkage.h>
7
8 ENTRY(lowlevel_init)
9         /* LD20 needs the following code to boot.  I do not know why. */
10         mrs     x0, sctlr_el1
11         msr     sctlr_el1, x0
12         ret
13 ENDPROC(lowlevel_init)