summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 18:17:01 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-05 17:42:22 +0000
commit8def542ff9108a2d4446976c501b7a6a5b30c207 (patch)
tree22833b6b3fe9bccde57f84594f4eb83c3cec8390 /src/soc/amd
parent47235990d4884ed1252d51164e15b33042382f59 (diff)
downloadcoreboot-8def542ff9108a2d4446976c501b7a6a5b30c207.tar.gz
coreboot-8def542ff9108a2d4446976c501b7a6a5b30c207.tar.bz2
coreboot-8def542ff9108a2d4446976c501b7a6a5b30c207.zip
src/soc/amd: Remove unused <delay.h>
Found using: diff <(git grep -l '#include <delay.h>' -- src/) <(git grep -l 'get_timer_fsb(\|init_timer(\|udelay(\|mdelay(\|delay(' -- src/) |grep "<" Change-Id: Iefb37d28c7f13563fa652cd6b2f661f462a3a32e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/common/block/apob/apob_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/apob/apob_cache.c b/src/soc/amd/common/block/apob/apob_cache.c
index f61785dd8ca5..c69649727aac 100644
--- a/src/soc/amd/common/block/apob/apob_cache.c
+++ b/src/soc/amd/common/block/apob/apob_cache.c
@@ -8,7 +8,6 @@
#include <commonlib/helpers.h>
#include <commonlib/region.h>
#include <console/console.h>
-#include <delay.h>
#include <fmap.h>
#include <spi_flash.h>
#include <stdint.h>