commit | 9036c5c10046e6b81c46577eac293ebe2098916e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:04 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:07:58 2022 -0400 |
tree | 779abc4e47dd80c57d93b3538fa3a79f7fbba997 | |
parent | 238afb5552aa44a78e9d74024db162027bb7d83f [diff] |
dm: core: Drop the const from ofnode Now that we support writing to ofnodes, the const is not accurate. Drop it to avoid undesirable casting. Also drop the ofnode_to_npw() which is now the same as ofnode_to_np(). Signed-off-by: Simon Glass <sjg@chromium.org>