blob: 46295e99d83994f7009fe94de2448895e4877599 [file] [log] [blame]
#!/bin/sh
# Copyright 2017 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This is a template file which provides settings for firmware update of a
# particular model. The pack_firmware.py script uses this to create a working
# setvars-model.sh script.
# Image and key files for model REPLACE_MODEL
IMAGE_MAIN="REPLACE_TARGET_IMAGE_RO_MAIN"
IMAGE_EC="REPLACE_TARGET_IMAGE_EC"
IMAGE_PD="REPLACE_TARGET_IMAGE_PD"
SIGNATURE_ID="REPLACE_SIGNATURE_ID"