From 7af368f4717a2c4b118f8cae597e268dc88a726c Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Fri, 22 Oct 2021 12:41:10 +0200 Subject: arm: mvebu: Fix comments about kwbimage structures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kwbimage v1 is used on more SoCs. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese --- cmd/mvebu/bubt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/mvebu/bubt.c') diff --git a/cmd/mvebu/bubt.c b/cmd/mvebu/bubt.c index 543eca817c..a7f3ff3c6f 100644 --- a/cmd/mvebu/bubt.c +++ b/cmd/mvebu/bubt.c @@ -85,7 +85,7 @@ struct mvebu_image_info { }; #endif -/* Structure of the main header, version 1 (Armada 370/38x/XP) */ +/* Structure of the main header, version 1 (Armada 370/XP/375/38x/39x) */ struct a38x_main_hdr_v1 { u8 blockid; /* 0x0 */ u8 flags; /* 0x1 */ -- cgit v1.2.3