                
MakeRomcDLPackage tool generates a *.zip package from blf file and flash all partition files,then MPMD can download this zip package to board.
The tool is used to verify these huge raw binary which are created by ROMCOPY.

usage sample: 
MakeRomcDLPackage.exe -b BlfFileName -m RomCopyFileName -o ZipDownloadPackageName  (Nand flash)   			
MakeRomcDLPackage.exe -b BlfFileName -m eMMCPartition0 -n eMMCPartition1 -o ZipDownloadPackageName    (eMMC flash)   	        
