Hello Nico Huber, I'd like you to do a code review. Please visit https://review.coreboot.org/19195 to review the following change. Change subject: cli_classic: Remove layout-for-write-only ...................................................................... cli_classic: Remove layout-for-write-only Change-Id: If75d87c0625b48257aa65f1aa793f83b1d6ef2bc 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/95/19195/1 diff --git a/cli_classic.c b/cli_classic.c index d23a3a3..aef7693 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; -- To view, visit https://review.coreboot.org/19195 To unsubscribe, visit https://review.coreboot.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If75d87c0625b48257aa65f1aa793f83b1d6ef2bc Gerrit-PatchSet: 1 Gerrit-Project: flashrom Gerrit-Branch: staging Gerrit-Owner: David Hendricks <david.hendricks@gmail.com> Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>