[PATCH] 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 pali@kernel.org Fixes: 02ba70ad6822 ("tools: kwbimage: Add support for DATA command also for v1 images") --- tools/kwbimage.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/tools/kwbimage.c b/tools/kwbimage.c index c1269fb6633a..0b5d0e735a27 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -5,8 +5,6 @@ * * (C) Copyright 2013 Thomas Petazzoni * thomas.petazzoni@free-electrons.com - * - * Not implemented: support for the register headers in v1 images */
#include "imagetool.h"

On 22.08.21 12:31, Pali Rohár wrote:
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 pali@kernel.org Fixes: 02ba70ad6822 ("tools: kwbimage: Add support for DATA command also for v1 images")
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan
tools/kwbimage.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/tools/kwbimage.c b/tools/kwbimage.c index c1269fb6633a..0b5d0e735a27 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -5,8 +5,6 @@
- (C) Copyright 2013 Thomas Petazzoni
- thomas.petazzoni@free-electrons.com
- Not implemented: support for the register headers in v1 images
*/
#include "imagetool.h"
Viele Grüße, Stefan

On 22.08.21 12:31, Pali Rohár wrote:
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 pali@kernel.org Fixes: 02ba70ad6822 ("tools: kwbimage: Add support for DATA command also for v1 images")
Applied to u-boot-marvell/master
Thanks, Stefan
tools/kwbimage.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/tools/kwbimage.c b/tools/kwbimage.c index c1269fb6633a..0b5d0e735a27 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -5,8 +5,6 @@
- (C) Copyright 2013 Thomas Petazzoni
- thomas.petazzoni@free-electrons.com
- Not implemented: support for the register headers in v1 images
*/
#include "imagetool.h"
Viele Grüße, Stefan
participants (2)
-
Pali Rohár
-
Stefan Roese