From patchwork Tue Jul 4 17:23:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 784205 X-Patchwork-Delegate: sr@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3x29s06gJzz9t2W for ; Wed, 5 Jul 2017 03:26:11 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id AD561C21E4F; Tue, 4 Jul 2017 17:26:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 8624AC21C38; Tue, 4 Jul 2017 17:26:00 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 8BABBC21C5C; Tue, 4 Jul 2017 17:25:59 +0000 (UTC) Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by lists.denx.de (Postfix) with ESMTPS id 1C273C21C38 for ; Tue, 4 Jul 2017 17:25:59 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id AF01744065C; Tue, 4 Jul 2017 20:25:57 +0300 (IDT) From: Baruch Siach To: Prafulla Wadaskar , Luka Perkov , Stefan Roese Date: Tue, 4 Jul 2017 20:23:38 +0300 Message-Id: <3ae22b3b52e56f27e90291032fda511ee88ab743.1499189021.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.13.2 Cc: u-boot@lists.denx.de, Baruch Siach Subject: [U-Boot] [PATCH 1/4] tools/kwbimage: update the list of SoCs using v1 header X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Armada 38x also uses image header v1. Signed-off-by: Baruch Siach --- tools/kwbimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */