Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1552)

Unified Diff: build_image

Issue 3396011: build_image: Add verity support for ARM. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bin/cros_make_image_bootable ('k') | build_kernel_image.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 5bf830f6be1dcce292067219cf920aa55bf15e4c..7620d0af7fdbe6e82ba29f2d052a001a29378d9d 100755
--- a/build_image
+++ b/build_image
@@ -241,13 +241,6 @@ esac
if [[ ${FLAGS_enable_rootfs_verification} -eq ${FLAGS_TRUE} ]]; then
enable_rootfs_verification_flag="--enable_rootfs_verification"
- # Comment out this section if you need to start testing vboot on arm.
- if [[ "${ARCH}" = "arm" ]]; then
- warn "ARM does not yet support --enable_rootfs_verification"
- warn "Root filesystem verification has been disabled."
- enable_rootfs_verification_flag=
- FLAGS_enable_rootfs_verification_flag=${FLAGS_FALSE}
- fi
fi
# Hack to fix bug where x86_64 CHOST line gets incorrectly added.
« no previous file with comments | « bin/cros_make_image_bootable ('k') | build_kernel_image.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698