]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/davinci/sffsdr/board_init.S
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / davinci / sffsdr / board_init.S
CommitLineData
c7f879ec
HV
1/*
2 * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
3 *
4 * Board-specific low level initialization code. Called at the very end
84ad6884 5 * of arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S. Just returns if there is no
c7f879ec
HV
6 * initialization required.
7 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
c7f879ec
HV
9 */
10
11#include <config.h>
12
13.globl dv_board_init
14dv_board_init:
15
16 mov pc, lr