Re: [U-Boot] [PATCH] image: Convert to use fdt_for_each_subnode macro

2015-02-06 Thread Simon Glass
Hi Axel, On 6 February 2015 at 01:23, Axel Lin wrote: > Signed-off-by: Axel Lin Please can you add a commit message? The code looks fine. > --- > common/image-fit.c | 4 +--- > common/image-sig.c | 16 > 2 files changed, 5 insertions(+), 15 deletions(-) > > diff --git a/comm

[U-Boot] [PATCH] image: Convert to use fdt_for_each_subnode macro

2015-02-06 Thread Axel Lin
Signed-off-by: Axel Lin --- common/image-fit.c | 4 +--- common/image-sig.c | 16 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/common/image-fit.c b/common/image-fit.c index b47d110..778d2a1 100644 --- a/common/image-fit.c +++ b/common/image-fit.c @@ -1010,9 +1