[U-Boot] [PATCH v2 2/4] libfdt: return correct value if #size-cells property is not present

Simon Glass sjg at chromium.org
Tue Sep 17 05:48:00 UTC 2019


Hi,

On Thu, 5 Sep 2019 at 02:49, <matthias.bgg at kernel.org> wrote:
>
> From: Matthias Brugger <mbrugger at suse.com>
>
> According to the device tree specification, the default value for
> was not present.
>
> This patch also makes fdt_address_cells() and fdt_size_cells() conform
> to the behaviour documented in libfdt.h. The defaults are only returned
> if fdt_getprop() returns -FDT_ERR_NOTFOUND, otherwise the actual error
> is returned.
>
> This is based on upstream commit:
> aa7254d ("libfdt: return correct value if #size-cells property is not present")
> but misses the test case part, as we don't implement them in U-Boot.
>
> Signed-off-by: Matthias Brugger <mbrugger at suse.com>

This is v2 but I don't see a change log?

> ---
>
>  scripts/dtc/libfdt/fdt_addresses.c | 16 +++++++++++++---
>  scripts/dtc/libfdt/libfdt.h        |  2 +-
>  2 files changed, 14 insertions(+), 4 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list