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 /arch/arm | |
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 'arch/arm')
-rw-r--r-- | arch/arm/mach-mvebu/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/spl.c b/arch/arm/mach-mvebu/spl.c index 27389bf..cad3f0a 100644 --- a/arch/arm/mach-mvebu/spl.c +++ b/arch/arm/mach-mvebu/spl.c @@ -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 */ |