[U-Boot] [PATCH 2/2] 8xx, kup4: add FDT support

Wolfgang Denk wd at denx.de
Thu Jul 15 23:20:33 CEST 2010


Dear Heiko Schocher,

In message <4C34853D.3060404 at denx.de> you wrote:
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
>  board/kup/kup4k/kup4k.c |   59 +++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/KUP4K.h |    4 +++
>  2 files changed, 63 insertions(+), 0 deletions(-)
...
> +int fdt_set_node_and_value (void *blob,
> +				char *nodename,
> +				char *regname,
> +				void *var,
> +				int size)
...
> +		ret = fdt_setprop (blob, nodeoffset, regname, var,
> +					size);
> +		if (ret < 0) {
> +			printf("ft_blob_update(): "
> +				"cannot set %s/%s property; err: %s\n",
> +				nodename, regname, fdt_strerror (ret));
> +		}
> +	} else {
> +		printf("ft_blob_update(): "
> +			"cannot find %s node err:%s\n",
> +			nodename, fdt_strerror (nodeoffset));

Where is the "ft_blob_update()" in these messages coming from? It
seems unrelated to the functions actually called?


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A committee is a group that keeps the minutes and loses hours.
                                                      -- Milton Berle


More information about the U-Boot mailing list