Re: [U-Boot] [PATCH v2 04/10] fdt: Add fdt_getprop_u32_default helpers

2008-10-23 Thread Jerry Van Baren
Kumar Gala wrote: > Add helper functions to return find a node and return it's property > or a default value. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > common/fdt_support.c | 27 +++ > include/fdt_support.h |2 ++ > 2 files changed, 29 insertions(+),

[U-Boot] [PATCH v2 04/10] fdt: Add fdt_getprop_u32_default helpers

2008-10-23 Thread Kumar Gala
Add helper functions to return find a node and return it's property or a default value. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/fdt_support.c | 27 +++ include/fdt_support.h |2 ++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/comm