mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-22 18:54:08 +08:00
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>
This commit is contained in:
parent
52b1eaf93d
commit
0782a8803d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user