9 lines
166 B
C
9 lines
166 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#include <bootblock_common.h>
|
||
|
|
||
|
void bootblock_mainboard_init(void)
|
||
|
{
|
||
|
/* TODO: Perform mainboard initialization */
|
||
|
}
|