diff mbox

[U-Boot,1/4] tools/kwbimage: update the list of SoCs using v1 header

Message ID 3ae22b3b52e56f27e90291032fda511ee88ab743.1499189021.git.baruch@tkos.co.il
State Accepted
Commit ed72741d9f6819dc0f4705ddecd28b1a676854b0
Delegated to: Stefan Roese
Headers show

Commit Message

Baruch Siach July 4, 2017, 5:23 p.m. UTC
Armada 38x also uses image header v1.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 tools/kwbimage.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Roese July 12, 2017, 5:55 a.m. UTC | #1
Hi Baruch,

On 04.07.2017 19:23, Baruch Siach wrote:
> Armada 38x also uses image header v1.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

All 4 patches:

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox

Patch

diff --git a/tools/kwbimage.h b/tools/kwbimage.h
index 20f4d0d9dd7f..893083e4e4cd 100644
--- a/tools/kwbimage.h
+++ b/tools/kwbimage.h
@@ -70,7 +70,7 @@  struct kwb_header {
 	struct ext_hdr_v0	kwb_exthdr;
 };
 
-/* Structure of the main header, version 1 (Armada 370, Armada XP) */
+/* Structure of the main header, version 1 (Armada 370/38x/XP) */
 struct main_hdr_v1 {
 	uint8_t  blockid;               /* 0 */
 	uint8_t  flags;                 /* 1 */