]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/woodburn/lowlevel_init.S
sniper: Pass serial number through ATAG
[karo-tx-uboot.git] / board / woodburn / lowlevel_init.S
1 /*
2  * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
3  *
4  * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
5  *
6  * Copyright (C) 2011, Stefano Babic <sbabic@denx.de>
7  *
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 #include <config.h>
12 #include <asm/arch/lowlevel_macro.S>
13
14 .globl lowlevel_init
15 lowlevel_init:
16
17         core_init
18
19         init_aips
20
21         init_max
22
23         init_m3if
24
25         mov pc, lr