]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Provide a way to reset the device tree
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:27:19 +0000 (20:27 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 30 Sep 2022 02:43:43 +0000 (22:43 -0400)
commitf21aa9f51d039aa45860c5ba08a0d46a10e0f360
tree4c890e0501c5fdba9acf6a28407879ebc1dc659b
parent2acfc42fed5e51d04fa6e558c265ab0d416c2b15
dm: core: Provide a way to reset the device tree

At present there is only one device tree used by the ofnode functions,
except for some esoteric use of live tree. In preparation for supporting
more than one, add a way to reset the list of device trees.

For now this does nothing.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_r.c
include/dm/ofnode.h
lib/fdtdec.c
test/test-main.c