mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-08-15 16:37:07 +02:00
13 lines
162 B
C
13 lines
162 B
C
/*
|
|
* Copyright (C) 2017-2020 Alibaba Group Holding Limited
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#include <common.h>
|
|
|
|
int board_func(void)
|
|
{
|
|
return 0;
|
|
}
|