diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 12:52:43 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:22:44 +0000 |
commit | 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (patch) | |
tree | d14de21d446c9a04fe62615743f9b25560d01b7f /src/soc/sifive | |
parent | f40f3907d554f56e62ea0998e43c388ff3dec4c3 (diff) |
tree: Drop unused <console/console.h>
Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/sifive')
-rw-r--r-- | src/soc/sifive/fu740/clock.c | 1 | ||||
-rw-r--r-- | src/soc/sifive/fu740/gpio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/sifive/fu740/clock.c b/src/soc/sifive/fu740/clock.c index 419a0e2936..91e79925be 100644 --- a/src/soc/sifive/fu740/clock.c +++ b/src/soc/sifive/fu740/clock.c @@ -3,7 +3,6 @@ // This file is used for setting up clocks and get devices out of reset // For more Information see FU740-C000 Manual Chapter 7 Clocking and Reset -#include <console/console.h> #include <delay.h> #include <device/mmio.h> #include <soc/addressmap.h> diff --git a/src/soc/sifive/fu740/gpio.c b/src/soc/sifive/fu740/gpio.c index 167844daa7..b9fe87ec38 100644 --- a/src/soc/sifive/fu740/gpio.c +++ b/src/soc/sifive/fu740/gpio.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <soc/addressmap.h> #include <soc/gpio.h> #include <stdint.h> |