diff options
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r-- | src/soc/intel/braswell/acpi/globalnvs.asl | 2 | ||||
-rw-r--r-- | src/soc/intel/braswell/include/soc/nvs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/acpi/globalnvs.asl b/src/soc/intel/braswell/acpi/globalnvs.asl index c0839e6e88..fb28acceb0 100644 --- a/src/soc/intel/braswell/acpi/globalnvs.asl +++ b/src/soc/intel/braswell/acpi/globalnvs.asl @@ -41,5 +41,5 @@ Field (GNVS, ByteAcc, NoLock, Preserve) Offset (0x30), , 32, /* 0x30 - CBMEM TOC */ , 32, /* 0x34 - Top of Low Memory */ - CBMC, 32, /* 0x38 - coreboot mem console pointer */ + , 32, /* 0x38 - coreboot mem console pointer */ } diff --git a/src/soc/intel/braswell/include/soc/nvs.h b/src/soc/intel/braswell/include/soc/nvs.h index 59c6052abe..2351978288 100644 --- a/src/soc/intel/braswell/include/soc/nvs.h +++ b/src/soc/intel/braswell/include/soc/nvs.h @@ -43,7 +43,7 @@ struct __packed global_nvs { /* Base Addresses */ u32 obsolete_cmem; /* 0x30 - CBMEM TOC */ u32 tolm; /* 0x34 - Top of Low Memory */ - u32 cbmc; /* 0x38 - coreboot memconsole */ + u32 unused_was_cbmc; /* 0x38 - coreboot memconsole */ }; #endif /* _SOC_NVS_H_ */ |