2 * Copyright (C) 2013 Xilinx, Inc. All rights reserved.
4 * SPDX-License-Identifier: GPL-2.0+
7 #include <asm-offsets.h>
9 #include <linux/linkage.h>
13 /* Enable the the VFP */
14 mrc p15, 0, r1, c1, c0, 2
15 orr r1, r1, #(0x3 << 20)
16 orr r1, r1, #(0x3 << 20)
17 mcr p15, 0, r1, c1, c0, 2
23 /* Move back to caller */
26 ENDPROC(lowlevel_init)