diff options
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/abm/buildOpts.c | 2 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/hp/abm/buildOpts.c b/src/mainboard/hp/abm/buildOpts.c index f217cfc00b..dcbb5d924f 100644 --- a/src/mainboard/hp/abm/buildOpts.c +++ b/src/mainboard/hp/abm/buildOpts.c @@ -353,4 +353,4 @@ GPIO_CONTROL hp_abm_gpio[] = { #define DFLT_MEMORY_QUADRANK_TYPE QUADRANK_UNBUFFERED #define DFLT_VRM_SLEW_RATE (5000) -#include "PlatformInstall.h" +#include <PlatformInstall.h> diff --git a/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c b/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c index 1ab96bf65b..455b05959f 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c @@ -387,4 +387,4 @@ SCI_MAP_CONTROL m6_1035dx_sci_map[] = { #define DFLT_VRM_SLEW_RATE (5000) /* AGESA nonsense: this header depends on the definitions above */ -#include <vendorcode/amd/agesa/f15tn/Include/PlatformInstall.h> +#include <PlatformInstall.h> |