From 11e1cf69a5a15d29fad82bf1423720f0f5c11c05 Mon Sep 17 00:00:00 2001 From: Haiwen Xia Date: Tue, 17 Dec 2024 14:03:42 +0800 Subject: [PATCH] riscv: telink: update CI error. - change the init setting to b92. Signed-off-by: Haiwen Xia --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 8c54ee8dbbc6fb..54d45207ba7c36 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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: