1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2013 - 2015 Xilinx, Inc. All rights reserved.
6 #include <asm-offsets.h>
8 #include <linux/linkage.h>
12 /* Enable the the VFP */
13 mrc p15, 0, r1, c1, c0, 2
14 orr r1, r1, #(0x3 << 20)
15 orr r1, r1, #(0x3 << 20)
16 mcr p15, 0, r1, c1, c0, 2
22 /* Move back to caller */
25 ENDPROC(lowlevel_init)