From 4116a0f38a8ba6bc5e762cd291a65df4946216e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Sun, 22 Aug 2021 12:31:35 +0200 Subject: [PATCH] tools: kwbimage: Remove comment about unimplemented register headers in v1 images MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Support for register headers in v1 images was implemented in commit 02ba70ad6822 ("tools: kwbimage: Add support for DATA command also for v1 images"). So remove old comment. Signed-off-by: Pali Rohár Fixes: 02ba70ad6822 ("tools: kwbimage: Add support for DATA command also for v1 images") Reviewed-by: Stefan Roese --- tools/kwbimage.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index aa865cc..d200ff2 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -5,8 +5,6 @@ * * (C) Copyright 2013 Thomas Petazzoni * - * - * Not implemented: support for the register headers in v1 images */ #include "imagetool.h" -- 2.7.4