summaryrefslogtreecommitdiff
path: root/board/sifive/fu540/fu540.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sifive/fu540/fu540.c')
-rw-r--r--board/sifive/fu540/fu540.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/sifive/fu540/fu540.c b/board/sifive/fu540/fu540.c
new file mode 100644
index 0000000000..5adc4a3d4a
--- /dev/null
+++ b/board/sifive/fu540/fu540.c
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
+ *
+ * Authors:
+ * Anup Patel <anup.patel@wdc.com>
+ */
+
+#include <common.h>
+#include <dm.h>
+
+int board_init(void)
+{
+ /* For now nothing to do here. */
+
+ return 0;
+}