mb/amd/gardenia,padmelon;mb/google/kahlee: 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: I10a18efb92ac0c3cad31044156e32aa6afe1d4d1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60198
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Felix Held 2021-12-17 18:51:21 +01:00
parent 1a811bcb3b
commit 907cc5ab01
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <chip.h>
#include <soc/amd/stoneyridge/chip.h>
#include <amdblocks/agesawrapper.h>
#define DIMMS_PER_CHANNEL 2

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <chip.h>
#include <soc/amd/stoneyridge/chip.h>
#include <amdblocks/agesawrapper.h>
#define DIMMS_PER_CHANNEL 1

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <chip.h>
#include <soc/amd/stoneyridge/chip.h>
#include <amdblocks/agesawrapper.h>
#include <gpio.h>
#include <console/console.h>

View File

@ -2,7 +2,7 @@
#include <amdblocks/agesawrapper.h>
#include <variant/gpio.h>
#include <chip.h>
#include <soc/amd/stoneyridge/chip.h>
#include <soc/pci_devs.h>
static const PCIe_PORT_DESCRIPTOR PortList[] = {