Skip to content

Commit

Permalink
rkflashtool: support RK3228 and RK3229
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchauveau committed Feb 20, 2016
1 parent ddff816 commit 9c91cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rkflashtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static const struct t_pid {
{ 0x310b, "RK3188" },
{ 0x310c, "RK312X" }, // Both RK3126 and RK3128
{ 0x320a, "RK3288" },
{ 0x320b, "RK322X" }, // Both RK3228 and RK3229
{ 0x330a, "RK3368" },
{ 0, "" },
};
Expand Down

0 comments on commit 9c91cb1

Please sign in to comment.