2008-05-21 17:58:41 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
|
|
|
|
*
|
|
|
|
* Board-specific low level initialization code. Called at the very end
|
2010-04-13 03:28:11 +00:00
|
|
|
* of arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S. Just returns if there is no
|
2008-05-21 17:58:41 +00:00
|
|
|
* initialization required.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2008-05-21 17:58:41 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
.globl dv_board_init
|
|
|
|
dv_board_init:
|
|
|
|
|
|
|
|
mov pc, lr
|