summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c')
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c b/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
deleted file mode 100644
index cd44ed207b35..000000000000
--- a/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <acpi/acpi_gnvs.h>
-#include <soc/nvs.h>
-
-void mainboard_fill_gnvs(struct global_nvs *gnvs)
-{
- gnvs->osys = 2002; /* At least WINXP SP2 (HPET fix) */
-}