]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwbimage: Factor out add_binary_header_v1
authorMario Six <mario.six@gdsys.cc>
Wed, 11 Jan 2017 15:00:58 +0000 (16:00 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Feb 2017 08:04:06 +0000 (09:04 +0100)
commit2ce56a501d28a0cfdc17188289c896355637414f
tree826e9bbeeac296b7fe12005bcb35f0d177247448
parentc9b3f243673d1b2432ea63538b5e3cac3fc8bbca
tools: kwbimage: Factor out add_binary_header_v1

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 <mario.six@gdsys.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
tools/kwbimage.c