commit | b8790ebeec13c882979dc986947397738d9f38aa | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Dec 04 02:05:08 2017 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | 6db5423f980634bb8198ac1cdf72d8afbd0e01ac | |
parent | 838404054e406e82938cbf7be7f90cce058d453b [diff] |
doc: FIT image: fix incorrect examples of DT node unit address The DT spec demands a unit-address of 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 FIT image example files where this was not observed, to not give bad examples to the reader. Signed-off-by: Andre Przywara <andre.przywara@arm.com>