Merge git://git.denx.de/u-boot-uniphier
[oweals/u-boot.git] / arch / arm / mach-uniphier / arm32 / late_lowlevel_init.S
1 /*
2  * Copyright (C) 2015 Socionext Inc.
3  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <config.h>
9 #include <linux/linkage.h>
10
11 ENTRY(lowlevel_init)
12         ldr     sp, = CONFIG_SYS_INIT_SP_ADDR
13         b       uniphier_cache_disable
14 ENDPROC(lowlevel_init)