1
0
Fork 0

imx: tools: imximage: fix CLR bit command

Fix incorrect parametr in CMD_CHECK_BITS_CLR command
Pass CLR parameter to DCD header for CMD_CHECK_BITS_CLR

Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com>
utp
Adrian Alonso 2016-05-02 10:29:14 -05:00 committed by Stefano Babic
parent aaeadd3f7b
commit ffae8c1259
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ static void set_dcd_param_v2(struct imx_header *imxhdr, uint32_t dcd_len,
d = d2;
d->write_dcd_command.tag = DCD_CHECK_DATA_COMMAND_TAG;
d->write_dcd_command.length = cpu_to_be16(4);
d->write_dcd_command.param = DCD_CHECK_BITS_SET_PARAM;
d->write_dcd_command.param = DCD_CHECK_BITS_CLR_PARAM;
break;
default:
break;