]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Add a function to write a property to a devicetree
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:28 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit117617c7c1d8f82304e019e5a2c7f1c23f78da8f
tree0e2e249afb34ca8f52aaa817a4cfade96cf26543
parentd88edd2bda2150b253fac702dd26ec4c01ccf988
expo: Add a function to write a property to a devicetree

When the devicetree is too small for the property being written, we need
to expand the devicetree and retry the write.

Put this logic into a function so it can be reused.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/cedit.c