summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/ramstage.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 18:27:30 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-09 12:46:35 +0000
commitb5320b2dc1a0c2f710929f4a0aa17529b973b62f (patch)
tree09b906b18ae6a09f79c7a9533b4b331abbfc6f71 /src/soc/intel/baytrail/ramstage.c
parent8104effa0dc25bac4693e8d76c1e10039dd47bad (diff)
downloadcoreboot-b5320b2dc1a0c2f710929f4a0aa17529b973b62f.tar.gz
coreboot-b5320b2dc1a0c2f710929f4a0aa17529b973b62f.tar.bz2
coreboot-b5320b2dc1a0c2f710929f4a0aa17529b973b62f.zip
soc/intel/baytrail: Rename "pmc.h" to "pm.h"
This reduces the differences between Bay Trail and Braswell. Tested with BUILD_TIMELESS=1, Google Ninja remains identical. Change-Id: I3d4c1285bdc4b061383b7bb6262f69671166b9c4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43185 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/soc/intel/baytrail/ramstage.c')
-rw-r--r--src/soc/intel/baytrail/ramstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/ramstage.c b/src/soc/intel/baytrail/ramstage.c
index 995fe20679c6..099eb588d31f 100644
--- a/src/soc/intel/baytrail/ramstage.c
+++ b/src/soc/intel/baytrail/ramstage.c
@@ -18,7 +18,7 @@
#include <soc/nvs.h>
#include <soc/pattrs.h>
#include <soc/pci_devs.h>
-#include <soc/pmc.h>
+#include <soc/pm.h>
#include <soc/ramstage.h>
#include <soc/iosf.h>