Skip to content

Commit 8e90f01

Browse files
AlexJones0jwnrt
authored andcommitted
[bazel] Remove unneeded earlgrey dep in aon_timer testutils
Signed-off-by: Alex Jones <[email protected]>
1 parent 71c5269 commit 8e90f01

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sw/device/lib/testing/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ cc_library(
4848
hdrs = ["aon_timer_testutils.h"],
4949
target_compatible_with = [OPENTITAN_CPU],
5050
deps = [
51-
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
5251
"//sw/device/lib/arch:device",
5352
"//sw/device/lib/base:math",
5453
"//sw/device/lib/dif:aon_timer",

sw/device/lib/testing/aon_timer_testutils.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include "sw/device/lib/dif/dif_aon_timer.h"
1414
#include "sw/device/lib/testing/test_framework/check.h"
1515

16-
#include "hw/top_earlgrey/sw/autogen/top_earlgrey.h"
17-
1816
#define MODULE_ID MAKE_MODULE_ID('a', 'o', 't')
1917

2018
status_t aon_timer_testutils_get_aon_cycles_32_from_us(uint64_t microseconds,

0 commit comments

Comments
 (0)