blob: 5adc4a3d4a73da71ba8434e612aaaf7137186c2b [file] [log] [blame]
Anup Patel3fda0262019-02-25 08:15:19 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2019 Western Digital Corporation or its affiliates.
4 *
5 * Authors:
6 * Anup Patel <anup.patel@wdc.com>
7 */
8
9#include <common.h>
10#include <dm.h>
11
12int board_init(void)
13{
14 /* For now nothing to do here. */
15
16 return 0;
17}