blob: fcb844deed834e5648d0abcb72352243d3c283fa [file] [log] [blame]
developer65907502025-01-23 16:55:05 +08001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2025 MediaTek Inc.
4 * Author: Sam Shih <sam.shih@mediatek.com>
5 */
6
7int board_init(void)
8{
9 return 0;
10}