summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-10-22 13:41:10 +0300
committerStefan Roese <sr@denx.de>2021-10-28 11:33:32 +0300
commit7af368f4717a2c4b118f8cae597e268dc88a726c (patch)
treecca92901d08a2590379201b3b073192656ca0249 /cmd
parent33cdd9eeaaff48d083af5c0126823348c2b44d97 (diff)
downloadu-boot-7af368f4717a2c4b118f8cae597e268dc88a726c.tar.xz
arm: mvebu: Fix comments about kwbimage structures
kwbimage v1 is used on more SoCs. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mvebu/bubt.c2
1 files changed, 1 insertions, 1 deletions
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 */