]> git.sur5r.net Git - u-boot/commit
tools: kwboot: don't adjust destaddr when patching the image
authorChris Packham <judge.packham@gmail.com>
Wed, 15 Feb 2017 02:34:55 +0000 (15:34 +1300)
committerStefan Roese <sr@denx.de>
Fri, 17 Feb 2017 09:15:56 +0000 (10:15 +0100)
commit93f48779356ced7336a5045299b4920f01d6e599
treeb65a838c523517675236e650e125fa1d7d8a8fae
parent1f6c8a573381ed7d4f506ab45eeb23fb2a896660
tools: kwboot: don't adjust destaddr when patching the image

Commit 94084eea3bd3 ("tools: kwbimage: Fix dest addr") changed kwbimage
to do this adjustment. So now the adjustment in kwboot is not needed
(and would prevent UART booting for images generated by the new
kwbimage). Remove the destaddr adjustment in kwboot.

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