summaryrefslogtreecommitdiff
path: root/board/atmel/common/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/common/board.c')
-rw-r--r--board/atmel/common/board.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/atmel/common/board.c b/board/atmel/common/board.c
new file mode 100644
index 0000000..7e326d9
--- /dev/null
+++ b/board/atmel/common/board.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2017 Microchip
+ * Wenyou Yang <wenyou.yang@microchip.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
+
+void dummy(void)
+{
+}