]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/shmin/lowlevel_init.S
karo: tx6: replace open coded interpretation of cpurev by calls to is_cpu_type()
[karo-tx-uboot.git] / board / shmin / lowlevel_init.S
1 /*
2  * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <config.h>
8
9 #include <asm/processor.h>
10 #include <asm/macro.h>
11
12
13         .global lowlevel_init
14
15         .text
16         .align  2
17
18 lowlevel_init:
19         /* Use setting of original bootloader */
20         rts
21         nop
22         .align 2