At present an empty size is considered to be a 64-bit value. This does not seem useful and wastes space. Limit the 64-bit detection to where one or both of the addr/size is two cells or more.
Signed-off-by: Simon Glass <[email protected]> --- Changes in v2: - Add new patch to adjust detection of 64-bit properties tools/dtoc/dtb_platdata.py | 6 +++--- tools/dtoc/test_dtoc.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) Applied to u-boot-dm, thanks!

