diff --git a/build_gpt.sh b/build_gpt.sh index 62b7133a54..f44a745814 100755 --- a/build_gpt.sh +++ b/build_gpt.sh @@ -21,6 +21,8 @@ DEFINE_string arch "" \ "The target architecture (\"arm\" or \"x86\")." 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." # Usage. FLAGS_HELP=$(cat <