]> git.ipfire.org Git - thirdparty/u-boot.git/blob - board/woodburn/lowlevel_init.S
Merge remote-tracking branch 'mpc83xx/next'
[thirdparty/u-boot.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 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24 #include <config.h>
25 #include <asm/arch/lowlevel_macro.S>
26
27 .globl lowlevel_init
28 lowlevel_init:
29
30 core_init
31
32 init_aips
33
34 init_max
35
36 init_m3if
37
38 mov pc, lr