arm: mvebu: Fix comments about kwbimage structures
authorPali Rohár <pali@kernel.org>
Fri, 22 Oct 2021 10:41:10 +0000 (12:41 +0200)
committerStefan Roese <sr@denx.de>
Thu, 28 Oct 2021 08:33:32 +0000 (10:33 +0200)
kwbimage v1 is used on more SoCs.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/spl.c
cmd/mvebu/bubt.c

index 27389bf..cad3f0a 100644 (file)
@@ -72,7 +72,7 @@
 #define IBR_HDR_UART_ID                        0x69
 #define IBR_HDR_SDIO_ID                        0xAE
 
-/* 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 kwbimage_main_hdr_v1 {
        uint8_t  blockid;               /* 0x0       */
        uint8_t  flags;                 /* 0x1       */
index 543eca8..a7f3ff3 100644 (file)
@@ -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       */