mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
13 lines
156 B
C
13 lines
156 B
C
|
/*
|
||
|
* Copyright 2014 Broadcom Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* Early system init. Currently empty.
|
||
|
*/
|
||
|
void s_init(void)
|
||
|
{
|
||
|
}
|