// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2023, Advanced Micro Devices, Inc. * * Michal Simek */ int board_init(void) { return 0; }