2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-03-22 15:07:29 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015 Socionext Inc.
|
|
|
|
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
|
|
|
|
*/
|
|
|
|
|
2016-08-10 07:08:43 +00:00
|
|
|
#include <config.h>
|
2015-03-22 15:07:29 +00:00
|
|
|
#include <linux/linkage.h>
|
2022-05-25 16:16:03 +00:00
|
|
|
#include <system-constants.h>
|
2016-01-08 16:51:13 +00:00
|
|
|
|
2015-03-22 15:07:29 +00:00
|
|
|
ENTRY(lowlevel_init)
|
2022-05-25 16:16:03 +00:00
|
|
|
ldr sp, = SYS_INIT_SP_ADDR
|
2016-08-10 07:08:43 +00:00
|
|
|
b uniphier_cache_disable
|
2015-03-22 15:07:29 +00:00
|
|
|
ENDPROC(lowlevel_init)
|