summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/820g1/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/820g1/bootblock.c')
-rw-r--r--src/mainboard/hp/820g1/bootblock.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/hp/820g1/bootblock.c b/src/mainboard/hp/820g1/bootblock.c
new file mode 100644
index 0000000000..3c1a9414b2
--- /dev/null
+++ b/src/mainboard/hp/820g1/bootblock.c
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <southbridge/intel/lynxpoint/pch.h>
+
+void mainboard_config_superio(void)
+{
+} \ No newline at end of file