aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/dedede/bootblock.c')
-rw-r--r--src/mainboard/google/dedede/bootblock.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/bootblock.c b/src/mainboard/google/dedede/bootblock.c
new file mode 100644
index 0000000000..11186f775c
--- /dev/null
+++ b/src/mainboard/google/dedede/bootblock.c
@@ -0,0 +1,14 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2020 The coreboot project Authors.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#include <bootblock_common.h>
+
+void bootblock_mainboard_init(void)
+{
+ /* TODO: Perform mainboard initialization */
+}