commit | 0fbf66bb28a6abdf6de6462feb9ae64bc1a258e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:09:02 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:07 2017 -0600 |
tree | 9475f7e35d1d9d882da940fcde7c2e4c91270ee0 | |
parent | 049ae1bea922836e2ebe4c0b49476e61fbd988b5 [diff] |
dm: core: Add a place to put extra device-tree reading functions Some functions deal with structured data rather than simple data types. It makes sense to have these in their own file. For now this just has a function to read a flashmap entry. Move the data types also. Signed-off-by: Simon Glass <sjg@chromium.org>