summaryrefslogtreecommitdiff
path: root/rbutil/mkimxboot/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkimxboot/main.c')
-rw-r--r--rbutil/mkimxboot/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rbutil/mkimxboot/main.c b/rbutil/mkimxboot/main.c
index 79f23a6778..23a15cf4ea 100644
--- a/rbutil/mkimxboot/main.c
+++ b/rbutil/mkimxboot/main.c
@@ -131,6 +131,8 @@ int main(int argc, char *argv[])
131 type = IMX_SINGLEBOOT; 131 type = IMX_SINGLEBOOT;
132 else if(strcmp(optarg, "recovery") == 0) 132 else if(strcmp(optarg, "recovery") == 0)
133 type = IMX_RECOVERY; 133 type = IMX_RECOVERY;
134 else if(strcmp(optarg, "charge") == 0)
135 type = IMX_CHARGE;
134 else 136 else
135 { 137 {
136 printf("Invalid boot type '%s'\n", optarg); 138 printf("Invalid boot type '%s'\n", optarg);