summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-12-21 15:17:01 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-01-03 11:35:51 +0000
commitf3f2aa8a50af36de42d2feda7c38fe12f7fb52b8 (patch)
tree46f73fd59e698f79e29e89a65c1cd688d16ca7e9 /src/soc/intel/braswell
parent26e0f4cefc9423fafc7e105796df93026026c48c (diff)
downloadcoreboot-f3f2aa8a50af36de42d2feda7c38fe12f7fb52b8.tar.gz
coreboot-f3f2aa8a50af36de42d2feda7c38fe12f7fb52b8.tar.bz2
coreboot-f3f2aa8a50af36de42d2feda7c38fe12f7fb52b8.zip
soc/intel: Replace <soc/nvs.h> with <soc/device_nvs.h>
Change-Id: Ib78e746875e330e47540a6199343be62aa7e92a6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48830 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r--src/soc/intel/braswell/emmc.c2
-rw-r--r--src/soc/intel/braswell/sd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/emmc.c b/src/soc/intel/braswell/emmc.c
index 954b5b4b50bb..d3c5aa86409b 100644
--- a/src/soc/intel/braswell/emmc.c
+++ b/src/soc/intel/braswell/emmc.c
@@ -6,8 +6,8 @@
#include <device/pci_ids.h>
#include <reg_script.h>
+#include <soc/device_nvs.h>
#include <soc/iosf.h>
-#include <soc/nvs.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include "chip.h"
diff --git a/src/soc/intel/braswell/sd.c b/src/soc/intel/braswell/sd.c
index 5d88016619d0..39a44db7729f 100644
--- a/src/soc/intel/braswell/sd.c
+++ b/src/soc/intel/braswell/sd.c
@@ -6,8 +6,8 @@
#include <device/pci.h>
#include <device/pci_ids.h>
+#include <soc/device_nvs.h>
#include <soc/iosf.h>
-#include <soc/nvs.h>
#include <soc/pci_devs.h>
#include <soc/ramstage.h>
#include "chip.h"