Re: [U-Boot] [PATCH v2 04/14] sparse: Simplify multiple logic

2015-10-20 Thread Tom Rini
On Thu, Oct 15, 2015 at 02:34:12PM +0200, Maxime Ripard wrote: > To check the alignment of the image blocks to the storage blocks, the > current code uses a convoluted syntax, while a simple mod also does the > work. > > Signed-off-by: Maxime Ripard

[U-Boot] [PATCH v2 04/14] sparse: Simplify multiple logic

2015-10-15 Thread Maxime Ripard
To check the alignment of the image blocks to the storage blocks, the current code uses a convoluted syntax, while a simple mod also does the work. Signed-off-by: Maxime Ripard --- common/aboot.c | 14 ++ 1 file changed, 10 insertions(+), 4