aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/acpi.c')
-rw-r--r--src/soc/intel/jasperlake/acpi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/jasperlake/acpi.c b/src/soc/intel/jasperlake/acpi.c
index a3c2b259d6..1a9286a610 100644
--- a/src/soc/intel/jasperlake/acpi.c
+++ b/src/soc/intel/jasperlake/acpi.c
@@ -19,7 +19,6 @@
#include <soc/soc_chip.h>
#include <soc/systemagent.h>
#include <string.h>
-#include <wrdd.h>
/*
* List of supported C-states in this processor.
@@ -273,9 +272,6 @@ void soc_fill_gnvs(struct global_nvs *gnvs)
/* Enable DPTF based on mainboard configuration */
gnvs->dpte = config->dptf_enable;
- /* Fill in the Wifi Region id */
- gnvs->cid1 = wifi_regulatory_domain();
-
/* Set USB2/USB3 wake enable bitmaps. */
gnvs->u2we = config->usb2_wake_enable_bitmap;
gnvs->u3we = config->usb3_wake_enable_bitmap;