diff --git a/build_gpt.sh b/build_gpt.sh index e10a32a55b..fb96b85846 100755 --- a/build_gpt.sh +++ b/build_gpt.sh @@ -23,6 +23,8 @@ DEFINE_string board "$DEFAULT_BOARD" \ "The board to build an image for." DEFINE_string arm_extra_bootargs "" \ "Additional command line options to pass to the ARM kernel." +DEFINE_boolean recovery $FLAGS_FALSE \ + "Build GPT for a recovery image. Default: False." # Usage. FLAGS_HELP=$(cat <