From: Artem Bityutskiy Date: Mon, 30 Sep 2013 07:04:48 +0000 (+0300) Subject: BmapCreate: make sha256 to be the default X-Git-Tag: v3.0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=563a5e45d7ba82498aa615341e4cc6c9bcdb721e;p=tools%2Fbmap-tools.git BmapCreate: make sha256 to be the default Change-Id: I9d788371cfcc8a6c45ac7c443421c757058a12c6 Signed-off-by: Artem Bityutskiy --- diff --git a/bmaptools/BmapCreate.py b/bmaptools/BmapCreate.py index 16edef2..e1a84c1 100644 --- a/bmaptools/BmapCreate.py +++ b/bmaptools/BmapCreate.py @@ -112,7 +112,7 @@ class BmapCreate: the FIEMAP ioctl to generate the bmap. """ - def __init__(self, image, bmap, chksum_type="sha1"): + def __init__(self, image, bmap, chksum_type="sha256"): """ Initialize a class instance: * image - full path or a file-like object of the image to create bmap