Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: src/scripts/build_image

Issue 1613008: move mkimage (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scripts/build_gpt.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_image
diff --git a/src/scripts/build_image b/src/scripts/build_image
index 11548f74c3d9e46ab0804ca106908e8fa749c664..722a8ef62b9ca0f604bb8b62f403e47984917011 100755
--- a/src/scripts/build_image
+++ b/src/scripts/build_image
@@ -422,8 +422,7 @@ cleanup
# Create the GPT-formatted image
${SCRIPTS_DIR}/build_gpt.sh \
- --arch=${ARCH} --board=${FLAGS_board} --board_root=${BOARD_ROOT} \
- "${OUTPUT_DIR}" "${OUTPUT_IMG}"
+ --arch=${ARCH} --board=${FLAGS_board} "${OUTPUT_DIR}" "${OUTPUT_IMG}"
# Clean up temporary files.
rm -f "${ROOT_FS_IMG}" "${STATEFUL_IMG}" "${OUTPUT_DIR}/vmlinuz.image" \
« no previous file with comments | « src/scripts/build_gpt.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698