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, 0 insertions, 2 deletions
diff --git a/rbutil/mkimxboot/main.c b/rbutil/mkimxboot/main.c
index 9a62133086..79f23a6778 100644
--- a/rbutil/mkimxboot/main.c
+++ b/rbutil/mkimxboot/main.c
@@ -122,10 +122,8 @@ int main(int argc, char *argv[])
122 infile = optarg; 122 infile = optarg;
123 break; 123 break;
124 case 'b': 124 case 'b':
125 {
126 bootfile = optarg; 125 bootfile = optarg;
127 break; 126 break;
128 }
129 case 't': 127 case 't':
130 if(strcmp(optarg, "dualboot") == 0) 128 if(strcmp(optarg, "dualboot") == 0)
131 type = IMX_DUALBOOT; 129 type = IMX_DUALBOOT;