From dd2bc7256d49bc0dd80b514a6b91781567715b76 Mon Sep 17 00:00:00 2001 From: Shivani Tipnis Date: Tue, 11 Sep 2018 13:43:05 +0530 Subject: [PATCH] Update mfg utility as per updated nvs partition util --- tools/mass_mfg/mfg_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mass_mfg/mfg_gen.py b/tools/mass_mfg/mfg_gen.py index ca9c94cb04..c02c0e1566 100755 --- a/tools/mass_mfg/mfg_gen.py +++ b/tools/mass_mfg/mfg_gen.py @@ -308,7 +308,7 @@ file_identifier=None,output_dir_path=None): dest='part_size', required=True, help='Size of NVS Partition in hex (must be multiple of 4096). Eg. 0x1000') - + parser.add_argument('--conf', dest='config_file', required=True,