From b75eee3d67ffe3eed89f7a73ede05259b2aa6d48 Mon Sep 17 00:00:00 2001 From: robotboy Date: Fri, 30 Apr 2010 09:51:23 -0700 Subject: [PATCH] Add --bootargs option to build_image. This allows appending extra kernel command line parameters to the ARM kernel command line on the Voguev210 boards. BUG=None TEST=Built image Review URL: http://codereview.chromium.org/1694021 --- build_gpt.sh | 8 +++++++- build_image | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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 <