Re: [U-Boot] [PATCH v3 09/13] fdtdec: test: Use compound statement macros

2019-04-12 Thread sjg
On Fri, 22 Mar 2019 at 02:10, Thierry Reding wrote: > > From: Thierry Reding > > This eliminates the need for intermediate helper functions and allow the > macros to return a value so that it can be used subsequently. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - new patch > > li

Re: [U-Boot] [PATCH v3 09/13] fdtdec: test: Use compound statement macros

2019-03-22 Thread Simon Glass
On Fri, 22 Mar 2019 at 02:10, Thierry Reding wrote: > > From: Thierry Reding > > This eliminates the need for intermediate helper functions and allow the > macros to return a value so that it can be used subsequently. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - new patch > > li

[U-Boot] [PATCH v3 09/13] fdtdec: test: Use compound statement macros

2019-03-21 Thread Thierry Reding
From: Thierry Reding This eliminates the need for intermediate helper functions and allow the macros to return a value so that it can be used subsequently. Signed-off-by: Thierry Reding --- Changes in v2: - new patch lib/fdtdec_test.c | 64 --- 1 fi