From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 1 Feb 2017 12:42:20 +0100 Subject: [U-Boot] [PATCH v2 14/18] tools: kwbimage: Factor out add_binary_header_v1 In-Reply-To: <20170111150102.7399-15-mario.six@gdsys.cc> References: <20170111150102.7399-1-mario.six@gdsys.cc> <20170111150102.7399-15-mario.six@gdsys.cc> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.01.2017 16:00, Mario Six wrote: > In preparation of adding the creation of secure headers, we factor the > add_binary_header_v1 function out of the image_create_v1 function. > > Signed-off-by: Mario Six > --- > Changes in v2: > > None Applied to u-boot-marvell/master Thanks, Stefan