aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-07-15 15:21:49 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-07-15 15:21:49 +0300
commit3b9d6f345b9f28f2a908996bcf6cc6cc4ec924a6 (patch)
treeec1c07ca61e98e1890bec0fdc657895132d0c6cf
parent510a4c080545b82d16da291d78eb4820f0e8f7d8 (diff)
Revert "sgdisk requires a block device"
This reverts commit 84ac5df57bee8757e897b19faf2369e2dc8c1858. Change-Id: I4e821498962e498059b1c936992bd564d97e1ef0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xlinaro-media-create4
1 files changed, 0 insertions, 4 deletions
diff --git a/linaro-media-create b/linaro-media-create
index 8fc0d89..727c8ff 100755
--- a/linaro-media-create
+++ b/linaro-media-create
@@ -164,10 +164,6 @@ if __name__ == '__main__':
logger.error("Do not use --no-boot or --no-part in conjunction with "
"--image_file.")
sys.exit(1)
- elif args.part_table == 'gpt':
- logger.error("Do not use --part-table gpt in conjunction with "
- "--image_file.")
- sys.exit(1)
# If --help was specified this won't execute.
# Create temp dir and initialize rest of path vars.