]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/kona-common/s_init.c
arch: kona: Initial commit of kona-common architecture code
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / kona-common / s_init.c
1 /*
2 * Copyright 2014 Broadcom Corporation.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 /*
8 * Early system init. Currently empty.
9 */
10 void s_init(void)
11 {
12 }