diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-10 13:26:52 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 19:25:49 +0000 |
commit | abb89e44bea3c73a2062d6443142aa8ff36d1b27 (patch) | |
tree | 32767d235f3aec88727eeaa04b0ef362d82cb65d /src/mainboard | |
parent | 45fa54efddd26cbf5ce30abe2ace368b41b33d91 (diff) |
tree: Drop unused <timer.h>
Change-Id: Ib454330c5f584760c47ff0127a720cec5773b922
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81822
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Jakub Czapiga <czapiga@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/sifive/hifive-unmatched/cbfs_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sifive/hifive-unmatched/cbfs_spi.c b/src/mainboard/sifive/hifive-unmatched/cbfs_spi.c index f47da22626..bb9d10a223 100644 --- a/src/mainboard/sifive/hifive-unmatched/cbfs_spi.c +++ b/src/mainboard/sifive/hifive-unmatched/cbfs_spi.c @@ -16,7 +16,6 @@ #include <spi_sdcard.h> #include <stdint.h> #include <symbols.h> -#include <timer.h> // There are two different means of accessing the SPI flash. // They are controlled by the fctrl register. |