From 681305cd1caefeef9a62e210267d63a1e3f133e0 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Mon, 28 Dec 2020 15:33:23 -0800 Subject: Revert "sign_gsc_firmware: update generated file name" This reverts commit bc2317695965bb92b8809d9c06327adedcb0653c. The reason for revert is that the signer needs to know the generated file name, and in case vboot reference alters the name the signer remains unaware of the change and is still looking for the file named @CHIP@... Some other means of figuring out the file name will be required, let's stick with the @CHIP@ prefix for now. BRANCH=none BUG=b:173049030 TEST=none Change-Id: I23ea65314d49e86fc4edb015e89b6076f87a54dd Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2605238 Tested-by: Vadim Bendebury Tested-by: George Engelbrecht Auto-Submit: Vadim Bendebury Reviewed-by: George Engelbrecht Commit-Queue: Vadim Bendebury --- scripts/image_signing/sign_gsc_firmware.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/image_signing/sign_gsc_firmware.sh b/scripts/image_signing/sign_gsc_firmware.sh index 6c0903a7..30e27950 100755 --- a/scripts/image_signing/sign_gsc_firmware.sh +++ b/scripts/image_signing/sign_gsc_firmware.sh @@ -598,8 +598,6 @@ sign_gsc_firmware_dir() { if [[ -d "${output}" ]]; then output="${output}/${base_name}.bin.prod" - else - output="${output/@CHIP@/${base_name}}" fi sign_gsc_firmware \ -- cgit v1.2.1