From 1502494cbac65282f5344b2b0b7ca5ea03cd0c76 Mon Sep 17 00:00:00 2001 From: Yilin Yang Date: Thu, 17 Sep 2020 09:14:11 +0800 Subject: util/exynos: Port *_cksum.py to python3 BUG=chromium:1023662 TEST=1. Create a tiny file `in.txt` as input 2. Run `fixed_cksum.py in.txt out.txt 20` with py2 and py3 version, the output is the same 3. Run `variable_cksum.py in.txt out.txt` with py2 and py3 version, the output is the same Signed-off-by: Yilin Yang Change-Id: I9428269dfb826a3a95fffef9ea3f7c1a7107ef84 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45460 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Yu-Ping Wu --- util/exynos/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/exynos/description.md') diff --git a/util/exynos/description.md b/util/exynos/description.md index 26cd20d3a4..c039c913f3 100644 --- a/util/exynos/description.md +++ b/util/exynos/description.md @@ -1 +1 @@ -Computes and fills Exynos ROM checksum (for BL1 or BL2). `Python2` +Computes and fills Exynos ROM checksum (for BL1 or BL2). `Python3` -- cgit v1.2.3