summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-11-01 11:21:58 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-04 04:50:20 +0000
commit36b88a46bca483a018ca49cb1ca894be673f91b4 (patch)
tree307e318d3e0b149ad750f567654bc5f9cba1b0cc
parent84d6d31da5bb04997c6c0929bedafeb95dc4933d (diff)
downloadvboot-36b88a46bca483a018ca49cb1ca894be673f91b4.tar.gz
futility: Update comment text
This doesn't use "mosys platform model" anymore, update the comment text. BUG=b:187790074 BRANCH=none TEST=none Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I8ee427a0f26f386d319bb12a9f64be70ecbb9761 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3995400 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/4005141 Reviewed-by: Reka Norman <rekanorman@chromium.org> Commit-Queue: Kangheui Won <khwon@chromium.org> Tested-by: Kangheui Won <khwon@chromium.org>
-rw-r--r--futility/updater_manifest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/futility/updater_manifest.c b/futility/updater_manifest.c
index b12444a8..339bfd8a 100644
--- a/futility/updater_manifest.c
+++ b/futility/updater_manifest.c
@@ -52,9 +52,9 @@
* - vblock_B.$MANIFEST_KEY
*
* Historically (the original design in Unified Build) there should also be a
- * models/ folder, and each model (by $(mosys platform model) ) should appear as
- * a sub folder, with a 'setvars.sh' file inside. The 'setvars.sh' is a shell
- * script describing what files should be used and the signature ID ($SIGID) to
+ * models/ folder, and each model should appear as a sub folder, with
+ * a 'setvars.sh' file inside. The 'setvars.sh' is a shell script
+ * describing what files should be used and the signature ID ($SIGID) to
* use as firmware manifest key. If $SIGID starts with 'sig-id-in-*' then we
* have to replace it by VPD value 'custom_label_tag' as '$MODEL-$CLTAG'.
*