diff options
author | Pali Rohár <pali@kernel.org> | 2021-10-22 12:41:10 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-10-28 10:33:32 +0200 |
commit | 7af368f4717a2c4b118f8cae597e268dc88a726c (patch) | |
tree | cca92901d08a2590379201b3b073192656ca0249 /cmd | |
parent | 33cdd9eeaaff48d083af5c0126823348c2b44d97 (diff) | |
download | u-boot-7af368f4717a2c4b118f8cae597e268dc88a726c.zip u-boot-7af368f4717a2c4b118f8cae597e268dc88a726c.tar.gz u-boot-7af368f4717a2c4b118f8cae597e268dc88a726c.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mvebu/bubt.c b/cmd/mvebu/bubt.c index 543eca8..a7f3ff3 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 */ |