diff options
Diffstat (limited to 'src/drivers/amd')
-rw-r--r-- | src/drivers/amd/agesa/def_callouts.c | 1 | ||||
-rw-r--r-- | src/drivers/amd/agesa/heapmanager.c | 1 | ||||
-rw-r--r-- | src/drivers/amd/agesa/oem_s3.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/amd/agesa/def_callouts.c b/src/drivers/amd/agesa/def_callouts.c index 92ccff8b73..fa41500e40 100644 --- a/src/drivers/amd/agesa/def_callouts.c +++ b/src/drivers/amd/agesa/def_callouts.c @@ -15,6 +15,7 @@ */ #include <cbfs.h> +#include <console/console.h> #include <spd_bin.h> #include <string.h> diff --git a/src/drivers/amd/agesa/heapmanager.c b/src/drivers/amd/agesa/heapmanager.c index a38696fc0f..513e8049b1 100644 --- a/src/drivers/amd/agesa/heapmanager.c +++ b/src/drivers/amd/agesa/heapmanager.c @@ -20,6 +20,7 @@ #include <northbridge/amd/agesa/BiosCallOuts.h> #include <arch/acpi.h> +#include <console/console.h> #include <string.h> /* BIOS_HEAP_START_ADDRESS is only for cold boots. */ diff --git a/src/drivers/amd/agesa/oem_s3.c b/src/drivers/amd/agesa/oem_s3.c index 586189b406..acd34b8edf 100644 --- a/src/drivers/amd/agesa/oem_s3.c +++ b/src/drivers/amd/agesa/oem_s3.c @@ -17,6 +17,7 @@ #include <spi_flash.h> #include <string.h> #include <cbmem.h> +#include <console/console.h> #include <program_loading.h> #include <northbridge/amd/agesa/state_machine.h> #include <AGESA.h> |