tools: kwbimage: don't adjust for image_header for Armada MSYS
authorChris Packham <judge.packham@gmail.com>
Tue, 19 Feb 2019 07:28:44 +0000 (20:28 +1300)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
commit8cbafd14484c7065bc75b686933e887dc1e21ff8
treede8bdea9df229954e49fddf788da439915c195c6
parent7ceefcbaca0a5ee5bbf92e97423584d186e052fa
tools: kwbimage: don't adjust for image_header for Armada MSYS

For the time being the Armada MSYS SoCs need to use the bin_hdr from the
Marvell U-Boot. Because of this the binary.0 does not contain the image
header that a proper u-boot SPL would so the adjustment introduced by
commit 94084eea3bd3 ("tools: kwbimage: Fix dest addr") does not apply.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
tools/kwbimage.c