]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/rockchip/evb_px5/evb-px5.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / rockchip / evb_px5 / evb-px5.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
9d7ed339
AY
2/*
3 * Copyright (c) 2017 Andy Yan
9d7ed339
AY
4 */
5#include <common.h>
9d7ed339
AY
6
7int board_init(void)
8{
9 return 0;
10}