From 0fffd2bc75bebbc73995080dbc3e9c3d4b6ad216 Mon Sep 17 00:00:00 2001 From: Puneet Kumar Date: Wed, 27 Jul 2011 11:01:32 -0700 Subject: [PATCH] Reenable crosbug12352_arm_kernel_signing flag as a dummy This is being done so that the image parser run by the bots can still parse images built with this flag BUG=chromium-os:18299 TEST=Wait for bots to cycle green with old images Change-Id: Ibebe62f0db60ab3a57e04964f872398028ee48c8 Reviewed-on: http://gerrit.chromium.org/gerrit/4824 Reviewed-by: David James Tested-by: Puneet Kumar Reviewed-by: Puneet Kumar --- bin/cros_make_image_bootable | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/cros_make_image_bootable b/bin/cros_make_image_bootable index a39d1c15bd..a3f91c0e22 100755 --- a/bin/cros_make_image_bootable +++ b/bin/cros_make_image_bootable @@ -118,6 +118,10 @@ DEFINE_boolean use_dev_keys ${FLAGS_FALSE} \ DEFINE_boolean fsck_rootfs ${FLAGS_FALSE} \ "Check integrity of the rootfs on the modified image." +# TODO(pkumar): Remove once known that no images are using this flag +DEFINE_boolean crosbug12352_arm_kernel_signing ${FLAGS_FALSE} \ + "This flag is deprecated but the bots still need parse old images." + # TODO(sosa): Remove once known images no longer use this in their config. DEFINE_string arm_extra_bootargs "" "DEPRECATED FLAG. Do not use."