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