diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-28 19:23:10 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-08-01 09:05:24 -0600 |
commit | ca04494d76bf1152cd9ab1f67af5101c86e0824f (patch) | |
tree | fe4d76d9f16f939914bca1af05da83b05d055cdd /arch/sandbox/dts/sandbox.dtsi | |
parent | df82de805172687e88dd7d72b68a9223b0a4c269 (diff) |
dtoc: Fix widening an int array to an int
An int array can hold a single int so we should not need to do anything
in the widening operation. However due to a quirk in the code, an int[3]
widened with an int produced an int[4]. Fix this and add a test.
Fix a comment typo while we are here.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox/dts/sandbox.dtsi')
0 files changed, 0 insertions, 0 deletions