diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:14:27 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:48:12 +0000 |
commit | f6c4eeab1a17f4772bb98da737a6a22ed4422c2b (patch) | |
tree | 1f9e52fb3ce1ad03c3be3e8fb97e447ea402d120 /src | |
parent | e050a01a90b1d515db443f1c827295fcad11dc74 (diff) |
src/arch: Remove unused <console/console.h>
Change-Id: Idb80b21bb5dc4b461f89a3414d51b7d98a8328d8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50521
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/arm/fit_payload.c | 1 | ||||
-rw-r--r-- | src/arch/x86/ebda.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm/fit_payload.c b/src/arch/arm/fit_payload.c index 9777e3c1e5..19f46a8bc1 100644 --- a/src/arch/arm/fit_payload.c +++ b/src/arch/arm/fit_payload.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include <console/console.h> #include <bootmem.h> #include <program_loading.h> #include <fit.h> diff --git a/src/arch/x86/ebda.c b/src/arch/x86/ebda.c index ea2d9d3b0c..0e3465a040 100644 --- a/src/arch/x86/ebda.c +++ b/src/arch/x86/ebda.c @@ -4,7 +4,6 @@ #include <acpi/acpi.h> #include <arch/ebda.h> #include <commonlib/endian.h> -#include <console/console.h> static void *get_ebda_start(void) { |