Skip to content

Commit

Permalink
fix parition table for bl702
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Jan 2, 2023
1 parent fa3ffaa commit aefb511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/bouffalolab/common/bouffalolab_executable.gni
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ template("bouffalolab_executable") {
}

flashing_options += [ "--pt" ]
if (invoker.board == "BL602-IOT-DVK-3S") {
if (invoker.board == "BL602-IOT-DVK-3S" || invoker.bl_plat_name == "bl702") {
flashing_options +=
[ rebase_path("partition_cfg_2M.toml", root_out_dir, root_out_dir) ]
} else {
Expand Down
2 changes: 1 addition & 1 deletion third_party/bouffalolab/repo
Submodule repo updated 1 files
+1 −1 components

0 comments on commit aefb511

Please sign in to comment.