mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-06 02:08:59 +00:00
12 lines
175 B
C
12 lines
175 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* (C) Copyright 2023, Advanced Micro Devices, Inc.
|
||
|
*
|
||
|
* Michal Simek <michal.simek@amd.com>
|
||
|
*/
|
||
|
|
||
|
int board_init(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|