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#include <system-constants.h> 10 11ENTRY(lowlevel_init) 12 ldr sp, = SYS_INIT_SP_ADDR 13 b uniphier_cache_disable 14ENDPROC(lowlevel_init) 15