Sign in
third-party-mirror
/
u-boot
/
46a8da2338f5ca2afe2fd315c1a0722c99baa9df
/
.
/
arch
/
arm
/
cpu
/
armv7
/
kona-common
/
s_init.c
blob: 778b9176fa27e27ac033ed95211fafbf8ae79683 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2014 Broadcom Corporation.
*/
/*
* Early system init. Currently empty.
*/
void
s_init
(
void
)
{
}