src: Use include <console/console.h> when appropriate
Change-Id: Iddba5b03fc554a6edc4b26458d834e47958a6b08 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32214 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: David Guckian
This commit is contained in:
committed by
Patrick Georgi
parent
20eaef024c
commit
351e3e520b
@@ -16,17 +16,15 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <bootstate.h>
|
||||
#include <cbfs.h>
|
||||
|
||||
#include <console/console.h>
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
#include <northbridge/amd/agesa/agesa_helper.h>
|
||||
#include <northbridge/amd/agesa/BiosCallOuts.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <AMD.h>
|
||||
|
||||
#if CONFIG(CPU_AMD_AGESA_OPENSOURCE)
|
||||
|
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <arch/acpi_device.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/path.h>
|
||||
#include <string.h>
|
||||
|
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <arch/acpi_device.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/path.h>
|
||||
#include <string.h>
|
||||
|
@@ -17,6 +17,8 @@
|
||||
#define FSP_UTIL_H
|
||||
|
||||
#include <chipset_fsp_util.h>
|
||||
#include <console/console.h>
|
||||
|
||||
#include "fsp_values.h"
|
||||
|
||||
#if CONFIG(ENABLE_MRC_CACHE)
|
||||
|
@@ -16,6 +16,8 @@
|
||||
|
||||
#include <x86emu/x86emu.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <console/console.h>
|
||||
|
||||
#include "int15.h"
|
||||
|
||||
static int active_lfp, pfit, display, panel_type;
|
||||
|
Reference in New Issue
Block a user