blob: c5c5bd98a9681c587a77c2b1f6e107774e4bd6dc [file] [log] [blame]
Gabor Juhos02c754a2013-05-22 03:57:37 +00001/*
2 * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published
6 * by the Free Software Foundation.
7 */
8
9#include <asm/regdef.h>
10
11 .text
12 .set noreorder
13 .set mips32
14
15 .globl lowlevel_init
16lowlevel_init:
17
18 jr ra
19 nop