Home | History | Annotate | Download | only in arm32
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2015 Socionext Inc.
      4  *   Author: Masahiro Yamada <yamada.masahiro (at) 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)
     14