]> git.sur5r.net Git - u-boot/commit
tools/imximage: set DCD pointer to NULL when its length is 0
authorBaruch Siach <baruch@tkos.co.il>
Thu, 9 Jul 2015 15:19:11 +0000 (18:19 +0300)
committerStefano Babic <sbabic@denx.de>
Wed, 2 Sep 2015 13:25:27 +0000 (15:25 +0200)
commitb893c9898c4126c7b09a5aa124c6bedf33fa305c
tree7583c7bee64c16ccf1674037bfe62fbcd07f06fb
parentb7e84c93c450480ca4ff51ad2eb56bd83c1dc368
tools/imximage: set DCD pointer to NULL when its length is 0

When dcd_len is 0 the Write Data command that the set_dcd_rst_v2() routine
generates is empty. This causes HAB to complain that the command is invalid.

--------- HAB Event 1 -----------------
event data:
0xdb 0x00 0x0c 0x41 0x33 0x06 0xc0 0x00
0xcc 0x00 0x04 0x04

To fix this set the DCD pointer in the IVT to NULL in this case. The DCD header
itself is still needed for detect_imximage_version() to determine the image
version.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Stefano Babic <sbabic@denx.de>
tools/imximage.c