// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel */ #include #include int board_init(void) { /* For now nothing to do here. */ return 0; }