diff --git a/src/mainboard/amd/gardenia/fchec.h b/src/soc/amd/stoneyridge/include/fchec.h similarity index 92% rename from src/mainboard/amd/gardenia/fchec.h rename to 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 #include "Porting.h" diff --git a/src/mainboard/amd/bettong/fchec.h b/src/southbridge/amd/pi/hudson/fchec.h similarity index 92% rename from src/mainboard/amd/bettong/fchec.h rename to 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"