Nico Huber has uploaded this change for review. ( https://review.coreboot.org/21793
Change subject: cli_classic: Remove layout-for-write-only check ......................................................................
cli_classic: Remove layout-for-write-only check
Original-Change-Id: I0f5e9623ca75bc4503aeb45ae346d7573c0fef2c Original-Reviewed-on: https://review.coreboot.org/17951 Original-Tested-by: build bot (Jenkins) no-reply@coreboot.org Original-Reviewed-by: David Hendricks david.hendricks@gmail.com
Change-Id: I3bd385de3b20e60cc86a91cb28fb7ad61a7bf10d Signed-off-by: Nico Huber nico.huber@secunet.com --- M cli_classic.c 1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/93/21793/1
diff --git a/cli_classic.c b/cli_classic.c index 30ff140..33d3e4b 100644 --- a/cli_classic.c +++ b/cli_classic.c @@ -376,12 +376,6 @@ ret = 1; goto out; } - if (layoutfile != NULL && !write_it) { - msg_gerr("Layout files are currently supported for write operations only.\n"); - ret = 1; - goto out; - } - if (process_include_args()) { ret = 1; goto out;