aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-12-17 18:51:21 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-12-20 09:51:22 +0000
commit2bfc6c6a42c82cbe7b78af8ae7f02504496d2e56 (patch)
tree83b7dcfc1a810545e68a038a975b4919f6a3efea /src
parent20f27da2b07f1f01b340eaae28b2536ea8b94cc6 (diff)
mb/amd/bilby,mandolin: use full path of SoC's chip.h
This is taken from CB:41355 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Iba1948ae2332788b7e0ec9b4e3cea35c6608b152 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60200 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/bilby/mainboard.c2
-rw-r--r--src/mainboard/amd/mandolin/mainboard.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/bilby/mainboard.c b/src/mainboard/amd/bilby/mainboard.c
index bc91630bf6..c41e1b7924 100644
--- a/src/mainboard/amd/bilby/mainboard.c
+++ b/src/mainboard/amd/bilby/mainboard.c
@@ -12,7 +12,7 @@
#include <soc/platform_descriptors.h>
#include <types.h>
#include <commonlib/helpers.h>
-#include <chip.h>
+#include <soc/amd/picasso/chip.h>
#include "gpio.h"
#include "mainboard.h"
diff --git a/src/mainboard/amd/mandolin/mainboard.c b/src/mainboard/amd/mandolin/mainboard.c
index a66db78772..06edaa0a63 100644
--- a/src/mainboard/amd/mandolin/mainboard.c
+++ b/src/mainboard/amd/mandolin/mainboard.c
@@ -10,7 +10,7 @@
#include <soc/pci_devs.h>
#include <types.h>
#include <commonlib/helpers.h>
-#include <chip.h>
+#include <soc/amd/picasso/chip.h>
#include "gpio.h"
/* TODO: recheck IRQ tables */