commit | 3e200caff05bccc86392ba531770ebb0879ef93e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 26 16:17:26 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 06 16:33:19 2021 +1200 |
tree | 604f79d7a58a7d32183732959843f812249dd375 | |
parent | 0c59acef34434e47e054957108eb4fa7cef93123 [diff] |
dtoc: Adjust detection of 64-bit properties 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@chromium.org>