From: Pali Rohár Date: Sun, 22 Aug 2021 10:31:35 +0000 (+0200) Subject: tools: kwbimage: Remove comment about unimplemented register headers in v1 images X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=4116a0f38a8ba6bc5e762cd291a65df4946216e7;p=u-boot.git tools: kwbimage: Remove comment about unimplemented register headers in v1 images 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 --- diff --git a/tools/kwbimage.c b/tools/kwbimage.c index aa865cc443..d200ff2425 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"