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

2015-02-06 Thread Simon Glass
On 6 February 2015 at 18:12, Axel Lin wrote: > Use fdt_for_each_subnode macro to simplify the code a bit. > > Signed-off-by: Axel Lin > --- > v2: Update commit log > common/image-fit.c | 4 +--- > common/image-sig.c | 16 > 2 files changed, 5 insertions(+), 15 deletions(-) Ack

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

2015-02-06 Thread Axel Lin
Use fdt_for_each_subnode macro to simplify the code a bit. Signed-off-by: Axel Lin --- v2: Update commit log 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 b47d1