]> git.ipfire.org Git - people/ms/u-boot.git/commit
doc: FIT image: fix incorrect description of DT node unit address
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Dec 2017 02:05:07 +0000 (02:05 +0000)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commit838404054e406e82938cbf7be7f90cce058d453b
tree233420c229921eaf8f6eef9f803f89a4e482a392
parent30d704c645ec79892b4ef5ae97f12bfb885deb54
doc: FIT image: fix incorrect description 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.
Fix all occurences in the FIT image documentation 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/beaglebone_vboot.txt
doc/uImage.FIT/command_syntax_extensions.txt
doc/uImage.FIT/howto.txt
doc/uImage.FIT/overlay-fdt-boot.txt
doc/uImage.FIT/signature.txt
doc/uImage.FIT/source_file_format.txt
doc/uImage.FIT/x86-fit-boot.txt