[PATCH v2 2/6] dtoc: Adjust detection of 64-bit properties
Simon Glass
sjg at chromium.org
Tue Apr 6 06:34:20 CEST 2021
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 <sjg at chromium.org>
---
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!
More information about the U-Boot
mailing list