commit | 1701359f752b9622752df6a6c6a1326c225a5616 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:12 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:11:14 2022 -0400 |
tree | 7bdc9520706948180e781da76345becbc39d7e7c | |
parent | 8d468a188f69424b3461ba681a26b95bb9679f53 [diff] |
dm: core: Reduce code size with dev_of_offset() Update the function to mark it with the const attribute. Also avoid calling it multiple times in the devfdt_get_addr_index() function. Signed-off-by: Simon Glass <sjg@chromium.org>