Skip to content
Snippets Groups Projects
late_lowlevel_init.S 230 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * Copyright (C) 2015 Socionext Inc.
     *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
     *
     * SPDX-License-Identifier:	GPL-2.0+
     */
    
    #include <linux/linkage.h>
    
    ENTRY(lowlevel_init)
    	mov	pc, lr
    ENDPROC(lowlevel_init)