summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@google.com>2020-12-28 15:33:23 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-29 18:37:12 +0000
commit681305cd1caefeef9a62e210267d63a1e3f133e0 (patch)
tree012e67db92ee97a61df1d6b285f309e862df5446
parentbc2317695965bb92b8809d9c06327adedcb0653c (diff)
downloadvboot-factory-dalboz-13695.B.tar.gz
Revert "sign_gsc_firmware: update generated file name"factory-dalboz-13695.B
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 <vbendeb@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2605238 Tested-by: Vadim Bendebury <vbendeb@chromium.org> Tested-by: George Engelbrecht <engeg@google.com> Auto-Submit: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by: George Engelbrecht <engeg@google.com> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
-rwxr-xr-xscripts/image_signing/sign_gsc_firmware.sh2
1 files changed, 0 insertions, 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 \