Skip to content

Commit

Permalink
[silicon_creator] Fix reference to flash_ctrl registers
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Nov 25, 2024
1 parent 062e1ab commit f403592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/device/silicon_creator/lib/cert/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ cc_library(
srcs = ["dice_chain.c"],
hdrs = ["dice_chain.h"],
deps = [
"//hw/top_earlgrey/ip_autogen/flash_ctrl:flash_ctrl_c_regs",
"//hw/top:flash_ctrl_c_regs",
"//sw/device/lib/base:macros",
"//sw/device/lib/base:memory",
"//sw/device/lib/crypto/drivers:entropy",
Expand Down

0 comments on commit f403592

Please sign in to comment.