1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 04:59:23 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Simon Glass
5063ced278 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>
2022-08-12 08:14:23 -04:00