summaryrefslogtreecommitdiff
path: root/tests/gen_preamble_testdata.sh
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2016-06-30 14:52:30 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-06 22:02:21 -0700
commit5c537e3ea8d391937938536e7170a5bfefbdafcb (patch)
treeded9fb37cadc4b201b43bb012814a44120073271 /tests/gen_preamble_testdata.sh
parent7d0cc747c75408a6edabbf4adeb4e898b6118e97 (diff)
downloadvboot-5c537e3ea8d391937938536e7170a5bfefbdafcb.tar.gz
futility: use vboot2 functions for kernel preamble
Another in a long series of refactoring changes to replace old vboot1 code with its vboot2 equivalent. Futility changes only; no change to firmware. BUG=chromium:611535 BRANCH=none TEST=make runtests Change-Id: I7be813b82820674e975db13d5e540e49bdea028d Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/366057 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'tests/gen_preamble_testdata.sh')
-rwxr-xr-xtests/gen_preamble_testdata.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen_preamble_testdata.sh b/tests/gen_preamble_testdata.sh
index 661cf9ae..607e05ab 100755
--- a/tests/gen_preamble_testdata.sh
+++ b/tests/gen_preamble_testdata.sh
@@ -5,7 +5,7 @@
# found in the LICENSE file.
#
# This generates the pre-change test data used to ensure that
-# modifications to vb2_fw_preamble and VbKernelPreambleHeader will not
+# modifications to vb2_fw_preamble and vb2_kernel_preamble will not
# break the signing tools for older releases. This was run *before*
# any modifications, so be sure to revert the repo back to the correct
# point if you need to run it again.