cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:08:15 +0000 (04:08 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 9 Mar 2023 16:50:46 +0000 (08:50 -0800)
commit0655b9e6210221a60657a4865163ef2f1da4bbf7
tree9fe07ede39c949e27182b5053660ae2d6cc17747
parent78e20a7f4e8b544e4d949ae3199ae979a6fe7b6c
cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size

It is perfectly valid to request an address or size of FDT property
without value, the only special case if requesting of the value of
FDT property without value. Invert the test such, that properties
without value still set the variable from 'fdt get addr/size' to
address of the property or size of the property, where the later
is 0.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/fdt.c