Index: build_gpt.sh |
diff --git a/build_gpt.sh b/build_gpt.sh |
index daef59e321937a75734cd0ae13d3d26945f1686f..8247f65c686e7735bd991ceb17587bf58da6bb8d 100755 |
--- a/build_gpt.sh |
+++ b/build_gpt.sh |
@@ -119,7 +119,7 @@ fi |
# Create the GPT. This has the side-effect of setting some global vars |
# describing the partition table entries (see the comments in the source). |
-install_gpt $OUTDEV $ROOTFS_IMG $KERNEL_IMG $STATEFUL_IMG $PMBRCODE $ESP_IMG \ |
+install_gpt $OUTDEV $ROOTFS_IMG $STATEFUL_IMG $PMBRCODE $ESP_IMG \ |
false $FLAGS_rootfs_partition_size |
if [[ "$ARCH" = "arm" ]]; then |