diff options
Diffstat (limited to 'src/mainboard/amd/inagua')
-rw-r--r-- | src/mainboard/amd/inagua/BiosCallOuts.c | 6 | ||||
-rw-r--r-- | src/mainboard/amd/inagua/buildOpts.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/amd/inagua/BiosCallOuts.c b/src/mainboard/amd/inagua/BiosCallOuts.c index 93e4277d45..c995cff5c8 100644 --- a/src/mainboard/amd/inagua/BiosCallOuts.c +++ b/src/mainboard/amd/inagua/BiosCallOuts.c @@ -13,10 +13,10 @@ * GNU General Public License for more details. */ -#include "AGESA.h" -#include "amdlib.h" +#include <AGESA.h> +#include <amdlib.h> #include <northbridge/amd/agesa/BiosCallOuts.h> -#include "SB800.h" +#include <SB800.h> #include <southbridge/amd/cimx/sb800/gpio_oem.h> #include <stdlib.h> diff --git a/src/mainboard/amd/inagua/buildOpts.c b/src/mainboard/amd/inagua/buildOpts.c index 1727e15cf9..fe6fac03cb 100644 --- a/src/mainboard/amd/inagua/buildOpts.c +++ b/src/mainboard/amd/inagua/buildOpts.c @@ -201,7 +201,7 @@ * Uncomment and specify the value for the configuration options * needed by the system. */ -#include "AGESA.h" +#include <AGESA.h> /* The fixed MTRR values to be set after memory initialization. */ CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = |