Skip to content

Commit

Permalink
rkflashtool: add new chips: RK3026, RK3066B and RK3288
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchauveau committed Jul 3, 2014
1 parent 0949bd8 commit 6b02673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rkflashtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ static const struct t_pid {
{ 0x281a, "RK2818" },
{ 0x290a, "RK2918" },
{ 0x292a, "RK2928" },
{ 0x292c, "RK3026" },
{ 0x300a, "RK3066" },
{ 0x300b, "RK3168" },
{ 0x310a, "RK3066B" },
{ 0x310b, "RK3188" },
{ 0x320a, "RK3288" },
{ 0, "" },
};

Expand Down

0 comments on commit 6b02673

Please sign in to comment.