blob: ded0590084fb1bd16e7b815f68a2b6b51e61533d [file] [log] [blame]
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -04001/*
2 * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
3 *
4 * Board-specific low level initialization code. Called at the very end
Peter Tyser84ad6882010-04-12 22:28:11 -05005 * of arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S. Just returns if there is no
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -04006 * initialization required.
7 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02008 * SPDX-License-Identifier: GPL-2.0+
Hugo Villeneuvec7f879e2008-05-21 13:58:41 -04009 */
10
11#include <config.h>
12
13.globl dv_board_init
14dv_board_init:
15
16 mov pc, lr