diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-11-16 12:01:34 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-11-16 23:34:08 +0000 |
commit | dcf2ef9b212696ee05272b208e418a21e8d48125 (patch) | |
tree | c67a2b6843d0e3dd652708ab9943be0ad94a5301 /src/soc/intel/common | |
parent | 4dcda853fd26623c09ce40cfb75e1e25c81434f1 (diff) |
tree: Remove unused <console/console.h>
Remove unused include <console/console.h>.
Change-Id: I2a7cafd7b755a5c3e2bbfa9fc814bf2686c1ccf1
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85163
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/systemagent-server/memmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/systemagent-server/memmap.c b/src/soc/intel/common/block/systemagent-server/memmap.c index 6fc14a05ae..1cdc130ca6 100644 --- a/src/soc/intel/common/block/systemagent-server/memmap.c +++ b/src/soc/intel/common/block/systemagent-server/memmap.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/romstage.h> -#include <console/console.h> #include <cpu/x86/smm.h> #include <intelblocks/systemagent_server.h> |