diff options
author | Martin Roth <martinroth@google.com> | 2017-07-20 20:54:36 -0600 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-08-25 04:21:13 +0000 |
commit | 20a5a8964f073783383f9f3b848a8caef521c736 (patch) | |
tree | 268b8e1c31c288398dcd2060e7f2411a3c416096 | |
parent | 7dfd5f707ad181df726c60c1c381c067706d0ad0 (diff) |
amd/pi/hudson: Fix FCH EC
Move the fchec.h files, which do not seem mainboard specific, out of
the mainboard directories into the southbridge/soc directories.
Change-Id: Idd271c6ab618aa4badf81c702212e7de35317021
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20677
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r-- | src/soc/amd/stoneyridge/include/fchec.h (renamed from src/mainboard/amd/gardenia/fchec.h) | 4 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/fchec.h (renamed from src/mainboard/amd/bettong/fchec.h) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/amd/gardenia/fchec.h b/src/soc/amd/stoneyridge/include/fchec.h index 9fb41b38c3..acbc1386a9 100644 --- a/src/mainboard/amd/gardenia/fchec.h +++ b/src/soc/amd/stoneyridge/include/fchec.h @@ -13,8 +13,8 @@ * GNU General Public License for more details. */ -#ifndef AMD_GARDENIA_FCHEC -#define AMD_GARDENIA_FCHEC +#ifndef __AMD_STONEY_FCHEC__ +#define __AMD_STONEY_FCHEC__ #include <soc/imc.h> #include "Porting.h" diff --git a/src/mainboard/amd/bettong/fchec.h b/src/southbridge/amd/pi/hudson/fchec.h index 092dc5bde2..5062777e14 100644 --- a/src/mainboard/amd/bettong/fchec.h +++ b/src/southbridge/amd/pi/hudson/fchec.h @@ -13,8 +13,8 @@ * GNU General Public License for more details. */ -#ifndef AMD_BETTONG_FCHEC -#define AMD_BETTONG_FCHEC +#ifndef __AMD_HUDSON_FCHEC__ +#define __AMD_HUDSON_FCHEC__ #include "imc.h" #include "Porting.h" |