summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-08-20 12:50:53 +0800
committerCommit Bot <commit-bot@chromium.org>2019-08-30 10:05:51 +0000
commitf4a9bfb303b034639469f1f1fcf18d61357bd4fe (patch)
tree92d0e20771a0be565ee4be6961c8f10b44d9a63e /scripts
parent7974dc348a044044e79b3d7a3997ef75254b0286 (diff)
downloadvboot-f4a9bfb303b034639469f1f1fcf18d61357bd4fe.tar.gz
vboot: deprecate fastboot support
BUG=b:124141368, chromium:995172 TEST=make clean && make runtests BRANCH=none Change-Id: I42e4ac8a21ac3be416d315a8a8cc914f997bab79 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1758148 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/image_signing/gbb_flags_common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/image_signing/gbb_flags_common.sh b/scripts/image_signing/gbb_flags_common.sh
index d4e3cedf..2b0e58de 100644..100755
--- a/scripts/image_signing/gbb_flags_common.sh
+++ b/scripts/image_signing/gbb_flags_common.sh
@@ -32,7 +32,6 @@ GBBFLAGS_LIST="
VB2_GBB_FLAG_DEFAULT_DEV_BOOT_LEGACY 0x00000400
VB2_GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC 0x00000800
VB2_GBB_FLAG_DISABLE_LID_SHUTDOWN 0x00001000
- VB2_GBB_FLAG_FORCE_DEV_BOOT_FASTBOOT_FULL_CAP 0x00002000
VB2_GBB_FLAG_FORCE_MANUAL_RECOVERY 0x00004000
VB2_GBB_FLAG_DISABLE_FWMP 0x00008000
VB2_GBB_FLAG_ENABLE_UDC 0x00010000