Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-28 | dm: Fix typo in include-guard for dm-structs.h | Philipp Tomsich | |
The include-guard for dm-structs.h was misspelled as __DT_STTUCTS. Change it. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2016-07-14 | dm: Add a header that provides access to the of-platdata structs | Simon Glass | |
This header can be included from anywhere, but will only pull in the of-platdata struct definitions when this feature is enabled (and only in SPL). Signed-off-by: Simon Glass <sjg@chromium.org> |