diff options
Diffstat (limited to 'rbutil/mkamsboot/mkamsboot.c')
-rw-r--r-- | rbutil/mkamsboot/mkamsboot.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c index 17f894d77f..8f3da63b92 100644 --- a/rbutil/mkamsboot/mkamsboot.c +++ b/rbutil/mkamsboot/mkamsboot.c @@ -148,7 +148,7 @@ static const char* rb_model_names[] = "clip", NULL, "e2v2", - NULL, + "m2v2", NULL }; @@ -157,10 +157,10 @@ static const char* rb_model_names[] = static const int rb_model_num[] = { 0, - 50, - 0, - 51, + 40, 0, + 41, + 42, 0 }; |