Skip to content

Commit

Permalink
rename sg200x 2 sg2002
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjgawuie committed Sep 19, 2024
1 parent a1ae7e9 commit 3612a6f
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion src/platform/milkv/duo256m.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static int milkv_duo256mSetup(void) {
void milkv_duo256mInit(void) {
platform_register(&milkv_duo256m, "milkv_duo256m");

milkv_duo256m->soc = soc_get("Sophgo", "SG200X");
milkv_duo256m->soc = soc_get("Sophgo", "SG2002");
milkv_duo256m->soc->setMap(map, _sizeof(map));

milkvInit(milkv_duo256m);
Expand Down
Loading

0 comments on commit 3612a6f

Please sign in to comment.