| Index: bin/cros_make_image_bootable
|
| diff --git a/bin/cros_make_image_bootable b/bin/cros_make_image_bootable
|
| index 20c21911d66bc4330e17083e44ebc4fda562dc6d..1c8a400e67504ef34358a4f0a2b62086cfab1549 100755
|
| --- a/bin/cros_make_image_bootable
|
| +++ b/bin/cros_make_image_bootable
|
| @@ -99,6 +99,9 @@ DEFINE_string espfs_mountpoint "/tmp/espfs" \
|
| DEFINE_boolean use_dev_keys ${FLAGS_FALSE} \
|
| "Use developer keys for signing. (Default: false)"
|
|
|
| +# TODO(sosa): Remove once known images no longer use this in their config.
|
| +DEFINE_string arm_extra_bootargs "" "DEPRECATED FLAG. Do not use."
|
| +
|
| # Parse the boot.desc and any overrides
|
| eval set -- "${BOOT_DESC} ${FLAG_OVERRIDES}"
|
| FLAGS "${@}" || exit 1
|
|
|