commit | 98306987659769607642474954b2bf9555808542 | [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 | c3a194dec97be3ceb74ba2c980e635aee1644d94 [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>