]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Reverse the argument order in ofnode_copy_props()
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:37 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit247970978d3de3e46537550e83137df586d9dee9
tree75dfa574c3b4042a9875a0513485805d313055e5
parenta17e1e76c8984396b82b2b20a1bf9d4e7160182a
dm: core: Reverse the argument order in ofnode_copy_props()

Follow the order used by memcpy() as it may be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_request.c
boot/vbe_simple_os.c
drivers/core/ofnode.c
include/dm/ofnode.h
test/dm/ofnode.c