Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held. HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60613 )
Change subject: src/soc/amd: Remove unused <timer.h> ......................................................................
src/soc/amd: Remove unused <timer.h>
Change-Id: I581f446330c4e99c587938d4eab387a51e3961e0 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/amd/common/block/apob/apob_cache.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/60613/1
diff --git a/src/soc/amd/common/block/apob/apob_cache.c b/src/soc/amd/common/block/apob/apob_cache.c index c696497..d538207 100644 --- a/src/soc/amd/common/block/apob/apob_cache.c +++ b/src/soc/amd/common/block/apob/apob_cache.c @@ -13,7 +13,6 @@ #include <stdint.h> #include <string.h> #include <thread.h> -#include <timer.h> #include <timestamp.h>
#define DEFAULT_MRC_CACHE "RW_MRC_CACHE"