]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Show a message when the working FDT changes
authorSimon Glass <sjg@chromium.org>
Tue, 11 Oct 2022 15:47:12 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 03:17:12 +0000 (21:17 -0600)
commit8cd42606a63287b789542a8de926319494b9deee
treea87ca57f4109b30216f8c276f59094f2d5663fb6
parentf48d72da5f559a7e254b21fd236dc78c17012085
fdt: Show a message when the working FDT changes

The working FDT is the one which comes from the OS and is fixed up by
U-Boot. When the bootm command runs, it sets up the working FDT to be the
one it is about to pass to the OS, so that fixups can happen.

This seems like an important step, so add a message indicating that the
working FDT has changed. This is shown during the running of the bootm
command.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/fdt.c
doc/usage/cmd/fdt.rst
test/cmd/fdt.c