]> git.ipfire.org Git - people/ms/u-boot.git/commit
doc: FIT image: fix incorrect examples of DT node unit address
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Dec 2017 02:05:08 +0000 (02:05 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commitb8790ebeec13c882979dc986947397738d9f38aa
tree6db5423f980634bb8198ac1cdf72d8afbd0e01ac
parent838404054e406e82938cbf7be7f90cce058d453b
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>
doc/uImage.FIT/kernel.its
doc/uImage.FIT/kernel_fdt.its
doc/uImage.FIT/multi-with-fpga.its
doc/uImage.FIT/multi-with-loadables.its
doc/uImage.FIT/multi.its
doc/uImage.FIT/multi_spl.its
doc/uImage.FIT/sign-configs.its
doc/uImage.FIT/sign-images.its
doc/uImage.FIT/update3.its
doc/uImage.FIT/update_uboot.its