]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Correct the intarray-widening test case
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 13:37:54 +0000 (07:37 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 8 Aug 2021 17:27:27 +0000 (11:27 -0600)
commit29d1527da26a1e5b644c5fbd7cf561f1741836eb
tree425c25d8e65dd3bff20983e7a1ae178bd1856f13
parent1ee3967f5eb0c1011296a75268c8ffbe0407cf04
dtoc: Correct the intarray-widening test case

This case was intended to check that widening an int array with an int
does nothing. Fix it.

Reported-by: Walter Lozano <walter.lozano@collabora.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Walter Lozano <walter.lozano@collabora.com>
tools/dtoc/test_fdt.py