Re: [U-Boot] [PATCH] tools: imximage: add set bit command

2017-03-17 Thread Stefano Babic
On 16/03/2017 07:35, Peng Fan wrote: > Add set bit command support. > Usage: SET_BIT 4 [address] [bitmask] > > Signed-off-by: Peng Fan > Cc: Stefano Babic > --- > tools/imximage.c | 12 > tools/imximage.h | 4 +++- > 2 files changed, 15 insertions(+), 1 deletion(-) > > diff --git

[U-Boot] [PATCH] tools: imximage: add set bit command

2017-03-15 Thread Peng Fan
Add set bit command support. Usage: SET_BIT 4 [address] [bitmask] Signed-off-by: Peng Fan Cc: Stefano Babic --- tools/imximage.c | 12 tools/imximage.h | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/tools/imximage.c b/tools/imximage.c index 0c43196..eb7e6