/* * Copyright (c) 2016 Andreas Färber * * SPDX-License-Identifier: GPL-2.0+ */ #include int board_init(void) { return 0; }