Skip to content

Commit

Permalink
riscv: telink: update CI error.
Browse files Browse the repository at this point in the history
- change the init setting to b92.

Signed-off-by: Haiwen Xia <[email protected]>
  • Loading branch information
haiwentelink committed Dec 17, 2024
1 parent 9dc03c7 commit 11e1cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def main() -> int:
shell.run_cmd("make is")
elif options.build_target == "telink":
shell.run_cmd(f"cd {_CHEF_SCRIPT_PATH}/telink")
telink_build_cmds = ["west build -b tlsr9518adk80d"]
telink_build_cmds = ["west build -b tlsr9528a"]
if options.do_clean:
telink_build_cmds.append("-p always")
if options.do_rpc:
Expand Down

0 comments on commit 11e1cf6

Please sign in to comment.