1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-16 15:31:50 +02:00
Files
u-boot-megous/tools
Simon Glass ca04494d76 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>
2021-08-01 09:05:24 -06:00
..
2021-01-13 02:38:00 +01:00