commit | 9693c1d1cd3e30ad42c04342185f4f40d94bc379 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:06 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:23 2022 -0400 |
tree | 4852ac86b27ce9c5eb5629fe5252f872ae45d0c4 | |
parent | 5b92520756e1d520ec2956f4b021aa9da49026b8 [diff] |
dm: core: Split out the declaration of ofnode This is used by a lot of files, but ofnode.h needs to include a lot of header files. This can create dependency cycles, particularly with global_data.h which must include various declarations. Split the core delcarations into a separate file to fix this. Signed-off-by: Simon Glass <sjg@chromium.org>