]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: fix incorrect usage of DT node unit address
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Dec 2017 02:05:12 +0000 (02:05 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commit2eda8e9aadafac37b9acbf272b8ebbf5d0d6be4a
tree3fad9d17b3369e3fe1efe8ca81b8647c1bd1b006
parent8837af154cf188d38c5de1e9b0e28a7571ca1888
tools: fix incorrect usage of DT node unit address

The DT spec demands a unit-address in a node name to match the "reg"
property in that node. Newer dtc versions will throw warnings if this is
not the case.
Correct the generated unit names when U-Boot's mkimage creates a FIT
image.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
tools/fit_image.c