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

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.
Fix all occurences in the tree where node names were mentioned in
comments, to not give bad examples to the reader.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
common/image-fit.c
common/image-sig.c
include/image.h
tools/image-host.c