summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorxiaojuan.mao <xiaojuan.mao@samsung.com>2017-04-26 16:16:49 +0800
committerxiaojuan.mao <xiaojuan.mao@samsung.com>2017-07-13 11:22:11 +0800
commit074909a7f3379d608efa48072a8c87f500168984 (patch)
tree491c09ec3aa85e52aae86bc0bcb97880d0a7eb0a /tools
parent36f04fe55a20f305423a69ce400ce09c8badd724 (diff)
downloadmic-074909a7f3379d608efa48072a8c87f500168984.tar.gz
mic-074909a7f3379d608efa48072a8c87f500168984.tar.bz2
mic-074909a7f3379d608efa48072a8c87f500168984.zip
Use cpio gzip in mic.
Change-Id: Ic7b3512b153ec5c92cd47a281bab8341f01acaf0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mic3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/mic b/tools/mic
index 393dd59..7aa8b35 100755
--- a/tools/mic
+++ b/tools/mic
@@ -65,9 +65,6 @@ def create_parser(parser):
"""
parent_parser = ArgumentParser(add_help=False)
- parent_parser.add_argument('--cpio', action='store_true',
- dest='cpio', default=False,
- help='Use cpio to generate image')
parent_parser.add_argument('ksfile', help='Path of ksfile')
parent_parser.add_argument('--logfile', dest='logfile', default=None,
help='Path of logfile')