]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/qemu-malta/lowlevel_init.S
c5c5bd98a9681c587a77c2b1f6e107774e4bd6dc
[karo-tx-uboot.git] / board / qemu-malta / lowlevel_init.S
1 /*
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
16 lowlevel_init:
17
18         jr      ra
19          nop