diff options
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/abm/BiosCallOuts.c | 6 | ||||
-rw-r--r-- | src/mainboard/hp/abm/OemCustomize.c | 2 | ||||
-rw-r--r-- | src/mainboard/hp/abm/buildOpts.c | 2 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/BiosCallOuts.c | 2 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/hp/abm/BiosCallOuts.c b/src/mainboard/hp/abm/BiosCallOuts.c index 117c2a6bfa..98ad83915b 100644 --- a/src/mainboard/hp/abm/BiosCallOuts.c +++ b/src/mainboard/hp/abm/BiosCallOuts.c @@ -14,11 +14,11 @@ * GNU General Public License for more details. */ -#include "AGESA.h" +#include <AGESA.h> #include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/state_machine.h> -#include "FchPlatform.h" -#include "cbfs.h" +#include <FchPlatform.h> +#include <cbfs.h> #include <stdlib.h> const BIOS_CALLOUT_STRUCT BiosCallouts[] = diff --git a/src/mainboard/hp/abm/OemCustomize.c b/src/mainboard/hp/abm/OemCustomize.c index 9f35016a53..f3c5515d8c 100644 --- a/src/mainboard/hp/abm/OemCustomize.c +++ b/src/mainboard/hp/abm/OemCustomize.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ -#include "AGESA.h" +#include <AGESA.h> #include <PlatformMemoryConfiguration.h> #include <northbridge/amd/agesa/state_machine.h> diff --git a/src/mainboard/hp/abm/buildOpts.c b/src/mainboard/hp/abm/buildOpts.c index dcbb5d924f..bc1b1728cb 100644 --- a/src/mainboard/hp/abm/buildOpts.c +++ b/src/mainboard/hp/abm/buildOpts.c @@ -31,7 +31,7 @@ */ #include <stdlib.h> -#include "AGESA.h" +#include <AGESA.h> #define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE diff --git a/src/mainboard/hp/pavilion_m6_1035dx/BiosCallOuts.c b/src/mainboard/hp/pavilion_m6_1035dx/BiosCallOuts.c index 201198d629..b365989140 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/BiosCallOuts.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/BiosCallOuts.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include "AGESA.h" +#include <AGESA.h> #include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/state_machine.h> diff --git a/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c b/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c index 44c2c38674..11d6c6a817 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c @@ -13,8 +13,8 @@ * GNU General Public License for more details. */ -#include "Porting.h" -#include "AGESA.h" +#include <Porting.h> +#include <AGESA.h> #include <northbridge/amd/agesa/state_machine.h> #include <PlatformMemoryConfiguration.h> |